aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/boot/grub.cfg2
-rw-r--r--files/boot/grub.initrd.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/boot/grub.cfg b/files/boot/grub.cfg
index 25db24f..fea01f6 100644
--- a/files/boot/grub.cfg
+++ b/files/boot/grub.cfg
@@ -8,7 +8,7 @@ set timeout=1
menuentry 'GNU' {
set root='hd0,msdos1'
echo 'Loading GNU Mach'
- multiboot /boot/gnumach.gz root=part:1:device:wd0 noide
+ multiboot /boot/gnumach.gz root=part:1:device:wd0 noide console=com0
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
diff --git a/files/boot/grub.initrd.cfg b/files/boot/grub.initrd.cfg
index 41325bf..af7fa04 100644
--- a/files/boot/grub.initrd.cfg
+++ b/files/boot/grub.initrd.cfg
@@ -14,6 +14,6 @@ menuentry 'Hurd' {
echo 'Loading ext2fs.static'
module /sbin/ext2fs.static ext2fs --multiboot-command-line='${kernel-command-line}' --readonly --host-priv-port='${host-port}' --device-master-port='${device-port}' --exec-server-task='${exec-task}' --kernel-task='${kernel-task}' -T device rd0 '$(fs-task=task-create)' '$(prompt-task-resume)'
echo 'Loading exec'
- module /lib/ld.so.1 ld.so.1 /hurd/exec --device-master-port='${device-port}' '$(exec-task=task-create)'
+ module /lib/ld.so exec /hurd/exec --device-master-port='${device-port}' '$(exec-task=task-create)'
boot
}