linux-boot-probe: mounted/40grub2 add tests for handling escaped $ " \
[os-prober.git] / common.sh
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 WatsonAllow disabling debug output
2017-01-19 Colin WatsonRemove "blockdev --setro" code path
2017-01-19 Colin WatsonRefactor dmsetup handling
2016-12-31 Ivo De Deckerlog when partition set to ro/rw
2015-10-08 Andreas HenrikssonAdjust extended dos support for blkid/util-linux 2...
2012-03-27 Colin WatsonUse 'type' rather than 'which' to test for grub-mount...
2011-07-23 Otavio Salvadoritem_in_dir: fix regression regarding -q support
2011-06-17 Colin Watsonitem_in_dir: return 1 immediately if second argument...
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...
2010-11-10 Colin WatsonSet partitions read-only before mounting them (based...
2010-11-10 Colin WatsonRefactor linux_mount_boot to look up labels and UUIDs...
2010-02-10 Joey HessAvoid ever running mount command from filesystems being...
2010-02-10 Joey Hessmore paranoid quoting
2010-02-10 Joey Hesstighten up quoting of shell variables overall
2009-09-21 Colin WatsonIf the filesystem identified by linux-boot-prober as...
2009-09-21 Colin WatsonTry to map LABEL= and UUID= ourselves in linux_mount_bo...
2009-09-21 Colin WatsonHandle escaped special characters in /etc/fstab and...
2009-09-17 Colin WatsonMemoise calls to 'basename $0' in log function.
2009-09-17 Colin WatsonOnly look for a smart version of mount if we're using...
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-09-07 Colin WatsonRun os-prober and linux-boot-prober in a private mount...
2009-06-18 Colin WatsonQuote arguments to tests, and in general quote mountpoi...
2008-04-15 Joey Hess* Warn if umount fails for some reason (such as a deskt...
2007-11-22 Colin Watson* Set LD_LIBRARY_PATH appropriately in the event that...
2007-11-22 Colin Watson* Try finding a LABEL/UUID-capable /bin/mount in $tmpmn...
2007-07-26 Colin Watson* Only use /target/bin/mount if it exists, in order...
2007-07-26 Colin Watson* Teach linux-boot-prober to deal with mounted partitio...
2007-07-24 Colin Watson... and ditch stdout/stderr from mktemp check
2007-07-24 Colin Watsoncope without mktemp
2007-07-24 Colin Watson* Use mktemp -d rather than /tmp, to make use outside...
2007-07-24 Colin Watson* Use readlink -f in mapdevfs shim so that os-prober...
2007-07-07 Frans PopMake item-in-dir test a bit safer by bounding the grep
2007-07-07 Frans Pop* Also use the case insensitive test for Dell Utility...
2005-12-07 Colin Watson* Fix count_for to avoid failing outside d-i if /var...
2005-12-06 Colin Watson* To make it easier to use os-prober outside d-i, add...
2004-04-20 Joey Hess * Joey Hess
2004-04-06 Joey Hessmerge my linux boot detection stuff from my personal...
2004-04-06 Joshua KwanAdd name uniqueness and use /var/lib/os-prober as our...