]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
authorrobertmh <robertmh@localhost>
Mon, 2 Nov 2009 19:32:12 +0000 (19:32 +0000)
committerrobertmh <robertmh@localhost>
Mon, 2 Nov 2009 19:32:12 +0000 (19:32 +0000)
        * util/grub.d/10_hurd.in: Drop /dev/ prefix from root device path before
        giving it to GNU Mach.

ChangeLog
util/grub.d/10_hurd.in

index 38b9ffed15fd87be38157d8d53920b2931ba201a..e2aacd7600c6622a388ac3497884c05cfc1fc96c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * util/grub.d/10_hurd.in: Drop /dev/ prefix from root device path before
+       giving it to GNU Mach.
+
 2009-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Subtract 1 from
index fdfb7acb7c38b4fa22106776d3275de9ac2ce366..e693c7dfa051296b5ea7ad2386e3b6d96dca5296 100644 (file)
@@ -73,7 +73,7 @@ menuentry "${OS}" {
 EOF
 prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/"
 cat << EOF
-       multiboot ${kernel} root=device:${GRUB_DEVICE}
+       multiboot ${kernel} root=device:${GRUB_DEVICE#/dev/}
 EOF
 prepare_grub_to_access_device ${GRUB_DEVICE} | sed -e "s/^/\t/"
 cat << EOF