linux-boot-probe: mounted/40grub2 add tests for handling escaped $ " \
[os-prober.git] / linux-boot-probes /
2017-12-16 TJlinux-boot-probe: mounted/40grub2 add tests for handlin... LP1737604-linux-boot-probe
2017-12-14 TJlinux-boot-probe: fix mounted/40grub2 menuentry parsing
2017-04-30 Ivo De DeckerRemove code using device mapper.
2017-01-20 Philippe CovalUse lsblk to attempt to guess partition's fs type
2017-01-19 Colin WatsonOptimise basename/dirname operations
2017-01-19 Colin WatsonTolerate different spellings of yaboot append
2017-01-19 Colin WatsonRemove "blockdev --setro" code path
2017-01-19 Colin WatsonRefactor dmsetup handling
2017-01-19 Ivo De Deckerusing read-only device mapper entry
2017-01-19 Ivo De Deckerlog result from mount command
2017-01-19 Ivo De Deckercleanup in separate function do_unmount
2015-10-08 Andreas HenrikssonAdjust extended dos support for blkid/util-linux 2...
2012-09-17 Colin WatsonFix the parsing code in the grub2 handler so that it...
2012-09-17 Colin WatsonAdd support for probing Fedora's location for the GRUB...
2012-05-07 Christian Perriersed off (hdn,n) from the front of an initrd path, as...
2012-03-27 Colin WatsonUse 'type' rather than 'which' to test for grub-mount...
2012-03-15 Colin WatsonWhen using grub-mount, pass the GRUB filesystem type...
2011-05-01 Joey HessFix unwanted wildcard expansions. Closes: #624815
2011-04-08 Colin WatsonUse grub-mount if it exists. This lets us do true...
2011-02-09 Joey HessAvoid ever accidentially identifying the same file...
2011-02-05 Christian PERRIERFix Gentoo detection (different name for kernel and...
2010-11-29 miki-guestHandle YDL initrd image in linux-boot-prober fallback...
2010-11-28 miki-guestLet yaboot linux-boot-prober work on all chrp machines.
2010-11-10 Colin WatsonSet partitions read-only before mounting them (based...
2010-06-28 Colin Watsonfurther adjustment from Piscium
2010-06-28 Colin WatsonHandle Dracut-generated initramfs names in linux-boot...
2010-04-16 Colin WatsonHandle single-quoted items in grub.cfg; this has been...
2010-03-24 Colin WatsonDetect Arch Linux initrds: wiki.archlinux.org/index...
2010-02-10 Joey HessAvoid leaving a temporary mountpoint behind when exiting
2010-02-10 Joey Hessmore paranoid quoting
2010-02-10 Joey Hesstighten up quoting of shell variables overall
2010-02-10 Joey Hessfix arbitrary code execution via eval. Closes: #569229
2009-09-21 Colin Watsondash defines test's -nt operator differently from bash...
2009-09-14 Colin WatsonDon't try to mount LUKS partitions (thanks, Chow Loong...
2009-09-07 Colin WatsonSkip extended and swap partitions (closes: #511518).
2009-09-07 Colin WatsonUse vol_id/blkid output if possible to avoid having...
2009-09-07 Colin Watsonrevert most of r60663, apparently committed by accident...
2009-09-07 Felix ZielckeAdd a Closes: 476184
2009-06-30 Otavio SalvadorWhen there're both grub-legacy and grub2 configuration...
2009-06-18 Colin WatsonQuote arguments to tests, and in general quote mountpoi...
2008-06-03 Joey HessRemove hardcoded line in grub2 that must have slipped...
2008-04-15 Joey Hess* Warn if umount fails for some reason (such as a deskt...
2008-03-19 Frans PopDisable excessive debug messages when parsing grub...
2008-02-09 Joey Hess* Add preliminary support for grub2's grub.cfg file...
2007-07-31 Colin Watson* Handle vga= options in lilo.conf (LP: #59525).
2007-07-26 Joey Hess* Remove the largely obsolete --mounted option.
2007-07-26 Colin Watson* Teach linux-boot-prober to deal with mounted partitio...
2007-07-24 Colin Watson* Merge from Ubuntu (Fabio M. Di Nitto):
2007-07-24 Colin Watson* Skip grub-installer's "(on /dev/blah)" entries detect...
2007-02-19 Frans Pop* Skip grub entries that have "module" lines as we...
2006-06-23 Frans PopUse environment variable to pass --mounted option to...
2006-06-21 Frans PopWhen parsing a lilo configuration, dereference symbolic...
2006-06-19 Joey Hess* Patch from VMiklos to add --mounted option to linux...
2006-06-18 Joey Hess* Patch from VMiklos to sed off (hdn,n) from the front...
2005-12-08 Colin Watson* Avoid yaboot probe failing outside d-i due to archdet...
2005-03-26 Colin Watson'boot' is implicit at the end of a grub menu entry...
2004-10-21 Colin WatsonInstall i386 tests on amd64 too (closes: #261378).
2004-09-29 Joey Hess * Joey Hess
2004-07-10 Joey Hess - In fallback os-prober test, skip over symlinks...
2004-07-10 Joey Hessneed to set bootpart after mounting by label or UID
2004-07-10 Joey HessAdd support for fstabs with UUIDs or disk labels. Close...
2004-07-09 Joey Hesstypo
2004-05-10 Colin WatsonCope with empty initrd parameter in yaboot.conf parser.
2004-05-07 Colin WatsonFix a typo in the yaboot parser.
2004-04-20 Joey Hess * Joey Hess
2004-04-12 Colin WatsonAdd a Linux boot probe for /etc/yaboot.conf.
2004-04-10 Joey Hess - Same for initrds.
2004-04-10 Joey Hess - Fix broken mounting of /boot partitions.
2004-04-07 Colin WatsonMove fallback linux-boot-probe from i386 to common.
2004-04-07 Joey Hessadded lilo.conf prober
2004-04-07 Joey Hessskip over /initrd directory and symlinks
2004-04-07 Joey Hessleave title out on fallback probe, and use the probed...
2004-04-07 Joey Hessonly indicate success if a usable item was found in...
2004-04-07 Joey Hessadd a fallback prober that looks for kernels and initrd...
2004-04-06 Joey Hessmerge my linux boot detection stuff from my personal...