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}' \