* docs/grub.cfg: Use the native device name for the example GNU/Hurd
boot entry.
+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
# 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}' \