aboutsummaryrefslogtreecommitdiff
path: root/files/boot/grub.cfg
diff options
context:
space:
mode:
authorPasha <pasha@member.fsf.org>2024-02-29 19:43:10 +0000
committerPasha <pasha@member.fsf.org>2024-02-29 19:43:10 +0000
commita6af7a0fa4bfe6b34bdac74546af69b335ea4953 (patch)
tree049ffa5c48e0546bab0928ac766770e0c7b386e0 /files/boot/grub.cfg
parent84d199451cf33734003c00c043a1480920f5563b (diff)
downloadcross-hurd-master.tar.gz
cross-hurd-master.tar.bz2
create-image use console output,initrd size fix, README updateHEADmaster
Diffstat (limited to 'files/boot/grub.cfg')
-rw-r--r--files/boot/grub.cfg2
1 files changed, 1 insertions, 1 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'