From 2a107a3efc2235a37276f2f25597ba5b0a261bf3 Mon Sep 17 00:00:00 2001 From: Robert Millan Date: Wed, 13 Aug 2008 16:55:06 +0000 Subject: [PATCH] 2008-08-13 Robert Millan * docs/grub.cfg: Use the native device name for the example GNU/Hurd boot entry. git-svn-id: svn://svn.savannah.gnu.org/grub/trunk/grub2@1803 d0de0278-0dc1-4c01-8a07-af38b3205e46 --- ChangeLog | 5 +++++ docs/grub.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84bd7ddb..7319e0b7 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 506515c8..3d8e7eca 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}' \ -- 2.11.4.GIT