From ba66c34ca7d00bf1ef7e701be98afc9bcd2edc07 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 16 Dec 2014 13:34:53 +0100 Subject: g-i hurd: Bring back serial console --- bin/g-i-installation.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 33aca327..e757e215 100644 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -339,6 +339,7 @@ bootstrap_system() { *_kfreebsd) ;; *_hurd*) # Hurd needs multiboot options jenkins can't escape correctly echo -n '--kernel '$WORKSPACE'/gnumach --initrd "'$IMAGE_MNT'/boot/initrd.gz \$(ramdisk-create),'$IMAGE_MNT'/boot/kernel/ext2fs.static --multiboot-command-line=\${kernel-command-line} --host-priv-port=\${host-port} --device-master-port=\${device-port} --exec-server-task=\${exec-task} -T typed gunzip:device:rd0 \$(task-create) \$(task-resume),'$IMAGE_MNT'/boot/kernel/ld.so.1 /hurd/exec \$(exec-task=task-create)" ' >> $QEMU_LAUNCHER + APPEND="console=com0 $APPEND" ;; *) ;; esac -- cgit v1.2.3-54-g00ecf