summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-25 17:31:46 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-25 17:31:46 +0200
commitaace580ed7cd41a5f85ff6c83ec11ad49d70c358 (patch)
tree22d26537e7750f1207e3fe87656c56cd2e024fa2 /bin
parentdfa4da5d7e5ec812c2f551bce5659ac9a4a2509e (diff)
downloadjenkins.debian.net-aace580ed7cd41a5f85ff6c83ec11ad49d70c358.tar.xz
g-i-i: less noise
Diffstat (limited to 'bin')
-rwxr-xr-xbin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 297815b0..748f8dff 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -249,7 +249,6 @@ bootstrap_system() {
show_preseed $(hostname -f)/$PRESEED_PATH/${NAME}_$PRESEEDCFG
echo
echo "Starting QEMU now:"
- set -x
QEMU_LAUNCHER=$(mktemp)
echo "cd $WORKSPACE" > $QEMU_LAUNCHER
echo -n "sudo qemu-system-x86_64 $QEMU_OPTS " >> $QEMU_LAUNCHER
@@ -259,6 +258,7 @@ bootstrap_system() {
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
+ set -x
(bash -x $QEMU_LAUNCHER && touch $RESULTS/qemu_quit ) &
set +x
}