2008-08-13 Robert Millan <rmh@aybabtu.com>
* docs/grub.cfg: Remove `/dev/' prefix in GNU/Hurd boot entry.
This commit is contained in:
parent
a196752277
commit
7161f0e02b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-13 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* docs/grub.cfg: Remove `/dev/' prefix in 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
|
||||
|
|
|
@ -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/hd0s1
|
||||
multiboot /boot/gnumach.gz root=device:hd0s1
|
||||
module /hurd/ext2fs.static --readonly \
|
||||
--multiboot-command-line='${kernel-command-line}' \
|
||||
--host-priv-port='${host-port}' \
|
||||
|
|
Loading…
Reference in a new issue