diff options
author | Gabriele Giacone <1o5g4r8o@gmail.com> | 2014-04-12 00:17:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-12 03:03:22 +0200 |
commit | b1592288eef9304c0f9763fa591c6d8915d461a8 (patch) | |
tree | 90b30a428acba3da6e62f5466e8fc442be14d1c7 /bin | |
parent | 1133e67c8e882edc934ebb1e150e100939d25ba0 (diff) | |
download | jenkins.debian.net-b1592288eef9304c0f9763fa591c6d8915d461a8.tar.xz |
[hurd] Temporarily switch to text install.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index b2a7e884..b93aa9a7 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -234,7 +234,7 @@ bootstrap_system() { if [ -n "$QEMU_KERNEL" ]; then echo -n "$QEMU_KERNEL " >> $QEMU_LAUNCHER else # Hurd needs multiboot options jenkins can't escape correctly - echo -n '--kernel '$WORKSPACE'/gnumach --initrd "'$IMAGE_MNT'/boot/gtk/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 + 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 fi echo "--append \"$APPEND\"" >> $QEMU_LAUNCHER (bash -x $QEMU_LAUNCHER && touch $RESULTS/qemu_quit ) & |