commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[1804] 2008-08-13 Robert Millan <address@hidden>


From: Robert Millan
Subject: [1804] 2008-08-13 Robert Millan <address@hidden>
Date: Wed, 13 Aug 2008 16:59:13 +0000

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  <address@hidden>

        * 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  <address@hidden>
 
+       * docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
+
+2008-08-13  Robert Millan  <address@hidden>
+
        * 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}' \






reply via email to

[Prev in Thread] Current Thread [Next in Thread]