mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 17:37:22 +00:00
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
@ -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 New Issue
Block a user