commit-grub
[Top][All Lists]
Advanced

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

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


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

Revision: 1803
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1803
Author:   robertmh
Date:     2008-08-13 16:55:06 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
2008-08-13  Robert Millan  <address@hidden>

        * docs/grub.cfg: Use the native device name for the example GNU/Hurd
        boot entry.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/docs/grub.cfg

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2008-08-12 15:40:26 UTC (rev 1802)
+++ trunk/grub2/ChangeLog       2008-08-13 16:55:06 UTC (rev 1803)
@@ -1,3 +1,8 @@
+2008-08-13  Robert Millan  <address@hidden>
+
+       * docs/grub.cfg: Use the native device name for the example GNU/Hurd
+       boot entry.
+
 2008-08-12  Robert Millan  <address@hidden>
 
        * loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part

Modified: trunk/grub2/docs/grub.cfg
===================================================================
--- trunk/grub2/docs/grub.cfg   2008-08-12 15:40:26 UTC (rev 1802)
+++ trunk/grub2/docs/grub.cfg   2008-08-13 16:55:06 UTC (rev 1803)
@@ -14,7 +14,7 @@
 # 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}' \






reply via email to

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