]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-08-13 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Wed, 13 Aug 2008 16:55:06 +0000 (16:55 +0000)
committerrobertmh <robertmh@localhost>
Wed, 13 Aug 2008 16:55:06 +0000 (16:55 +0000)
        * docs/grub.cfg: Use the native device name for the example GNU/Hurd
        boot entry.

ChangeLog
docs/grub.cfg

index 84bd7ddb89d4403c563372304c71bc4d9819b6d4..7319e0b7f87c88e22e497f31a6593febd8b173bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-13  Robert Millan  <rmh@aybabtu.com>
+
+       * docs/grub.cfg: Use the native device name for the example GNU/Hurd
+       boot entry.
+
 2008-08-12  Robert Millan  <rmh@aybabtu.com>
 
        * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
index 506515c8d918510511d80358377907d475f8cb10..3d8e7eca76cc7a1e4a5b4293ae3921959561d95b 100644 (file)
@@ -14,7 +14,7 @@ set fallback=1
 # For booting GNU/Hurd
 menuentry "GNU (aka GNU/Hurd)" {
        set root=(hd0,1)
-       multiboot /boot/gnumach.gz root=device:/dev/sda1
+       multiboot /boot/gnumach.gz root=device:/dev/hd0s1
        module /hurd/ext2fs.static --readonly \
                        --multiboot-command-line='${kernel-command-line}' \
                        --host-priv-port='${host-port}' \