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.
This commit is contained in:
commit
a33075b941
2 changed files with 22 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2010-05-28 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
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 <cjwatson@ubuntu.com>
|
||||
|
||||
* util/grub-script-check.c (main): Ensure defined behaviour on empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue