From: Colin Watson Date: Fri, 28 May 2010 12:21:30 +0000 (+0100) Subject: Make grub-probe work with symbolic links under /dev/mapper as well X-Git-Tag: 1.99~870 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33075b941e55332aedc1db8b99b7d8a4692ec34;p=thirdparty%2Fgrub.git Make grub-probe work with symbolic links under /dev/mapper as well as with real block devices. The Linux world seems to be (at best) in transition here, and GRUB shouldn't get caught in the middle. * kern/emu/getroot.c (find_root_device): Follow symbolic links under /dev/mapper. --- a33075b941e55332aedc1db8b99b7d8a4692ec34 diff --cc ChangeLog index a8e3e5284,a8e3e5284..965848669 --- a/ChangeLog +++ b/ChangeLog @@@ -1,3 -1,3 +1,12 @@@ ++2010-05-28 Colin Watson ++ ++ Make grub-probe work with symbolic links under /dev/mapper as well ++ as with real block devices. The Linux world seems to be (at best) ++ in transition here, and GRUB shouldn't get caught in the middle. ++ ++ * kern/emu/getroot.c (find_root_device): Follow symbolic links under ++ /dev/mapper. ++ 2010-05-27 Colin Watson * util/grub-script-check.c (main): Ensure defined behaviour on empty