diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-12-16 13:34:53 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-16 13:52:34 +0100 |
commit | ba66c34ca7d00bf1ef7e701be98afc9bcd2edc07 (patch) | |
tree | b421a4f1838e53257d10596d9b8ffaeb8eb7e1de /bin/g-i-installation.sh | |
parent | 0be0ced3030a0900523da65383ef1585b2d863c9 (diff) | |
download | jenkins.debian.net-ba66c34ca7d00bf1ef7e701be98afc9bcd2edc07.tar.xz |
g-i hurd: Bring back serial console
Diffstat (limited to 'bin/g-i-installation.sh')
-rw-r--r-- | bin/g-i-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |