* grub-core/kern/emu/getroot.c

(grub_find_root_device_from_mountinfo): Remove non-virtual-device
test that was incorrectly reintroduced in r3214.
Reported by: Ian Dall.  Fixes Savannah bug #33133.
This commit is contained in:
Colin Watson 2011-04-21 10:26:29 +01:00
parent b13f79a427
commit 92051871b7
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2011-04-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/kern/emu/getroot.c
(grub_find_root_device_from_mountinfo): Remove non-virtual-device
test that was incorrectly reintroduced in r3214.
Reported by: Ian Dall. Fixes Savannah bug #33133.
2011-04-21 Colin Watson <cjwatson@ubuntu.com>
Fix stack pointer handling in 16-bit relocator.