* grub-core/kern/efi/init.c (grub_efi_set_prefix): If the prefix

starts with "(,", fill the drive containing the loaded image in
between those two characters, but expect that a full partition
specification including partition map names will follow.
This commit is contained in:
Colin Watson 2010-09-08 13:53:47 +01:00
parent 92f2aef045
commit 6fa6d6751d
2 changed files with 33 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2010-09-08 Colin Watson <cjwatson@ubuntu.com>
* grub-core/kern/efi/init.c (grub_efi_set_prefix): If the prefix
starts with "(,", fill the drive containing the loaded image in
between those two characters, but expect that a full partition
specification including partition map names will follow.
2010-09-08 Robert Millan <rmh@gnu.org>
* configure.ac: Remove `--enable-grub-fstest' option.