From: robertmh Date: Wed, 13 Aug 2008 16:55:06 +0000 (+0000) Subject: 2008-08-13 Robert Millan X-Git-Tag: 1.98~1313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a19675227748a421d8055f6ffc12661a75db8d62;p=thirdparty%2Fgrub.git 2008-08-13 Robert Millan * docs/grub.cfg: Use the native device name for the example GNU/Hurd boot entry. --- diff --git a/ChangeLog b/ChangeLog index 84bd7ddb8..7319e0b7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-13 Robert Millan + + * docs/grub.cfg: Use the native device name for the example GNU/Hurd + boot entry. + 2008-08-12 Robert Millan * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part diff --git a/docs/grub.cfg b/docs/grub.cfg index 506515c8d..3d8e7eca7 100644 --- a/docs/grub.cfg +++ b/docs/grub.cfg @@ -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}' \