Revision: 1804
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1804
Author: robertmh
Date: 2008-08-13 16:59:12 +0000 (Wed, 13 Aug 2008)
Log Message:
-----------
2008-08-13 Robert Millan <[EMAIL PROTECTED]>
* docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/docs/grub.cfg
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2008-08-13 16:55:06 UTC (rev 1803)
+++ trunk/grub2/ChangeLog 2008-08-13 16:59:12 UTC (rev 1804)
@@ -1,5 +1,9 @@
2008-08-13 Robert Millan <[EMAIL PROTECTED]>
+ * docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
+
+2008-08-13 Robert Millan <[EMAIL PROTECTED]>
+
* docs/grub.cfg: Use the native device name for the example GNU/Hurd
boot entry.
Modified: trunk/grub2/docs/grub.cfg
===================================================================
--- trunk/grub2/docs/grub.cfg 2008-08-13 16:55:06 UTC (rev 1803)
+++ trunk/grub2/docs/grub.cfg 2008-08-13 16:59:12 UTC (rev 1804)
@@ -14,7 +14,7 @@
# For booting GNU/Hurd
menuentry "GNU (aka GNU/Hurd)" {
set root=(hd0,1)
- multiboot /boot/gnumach.gz root=device:/dev/hd0s1
+ multiboot /boot/gnumach.gz root=device:hd0s1
module /hurd/ext2fs.static --readonly \
--multiboot-command-line='${kernel-command-line}' \
--host-priv-port='${host-port}' \