2008-08-13 Robert Millan <rmh@aybabtu.com>
* docs/grub.cfg: Use the native device name for the example GNU/Hurd boot entry.
This commit is contained in:
parent
371458b576
commit
a196752277
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-13 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
|
* docs/grub.cfg: Use the native device name for the example GNU/Hurd
|
||||||
|
boot entry.
|
||||||
|
|
||||||
2008-08-12 Robert Millan <rmh@aybabtu.com>
|
2008-08-12 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
|
* loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Move part
|
||||||
|
|
|
@ -14,7 +14,7 @@ set fallback=1
|
||||||
# For booting GNU/Hurd
|
# For booting GNU/Hurd
|
||||||
menuentry "GNU (aka GNU/Hurd)" {
|
menuentry "GNU (aka GNU/Hurd)" {
|
||||||
set root=(hd0,1)
|
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 \
|
module /hurd/ext2fs.static --readonly \
|
||||||
--multiboot-command-line='${kernel-command-line}' \
|
--multiboot-command-line='${kernel-command-line}' \
|
||||||
--host-priv-port='${host-port}' \
|
--host-priv-port='${host-port}' \
|
||||||
|
|
Loading…
Reference in a new issue