summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-18 00:57:17 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-18 00:57:17 +0100
commitc825f7858ef6fc19f9cb59a1d7f8b0a73a586e8f (patch)
tree5aa00ccccfd551ec97543cdc30f69666599d7c23 /bin
parentf569f72e8a63d1a1498aa251a94fe8545123def7 (diff)
downloadjenkins.debian.net-c825f7858ef6fc19f9cb59a1d7f8b0a73a586e8f.tar.xz
keep log and don't shutdown qemu at the end
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 64a0232f..9eb65573 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -119,7 +119,7 @@ bootstrap() {
QEMU_KERNEL="--kernel $KERNEL --initrd $INITRD"
fi
QEMU_OPTS="$QEMU_OPTS -drive file=$NAME.raw,index=0,media=disk,cache=writeback -m $RAMSIZE"
- QEMU_OPTS="$QEMU_OPTS -display vnc=$DISPLAY"
+ QEMU_OPTS="$QEMU_OPTS -display vnc=$DISPLAY -D $RESULTS/qemu.log -no-shutdown"
QEMU_WEBSERVER=http://10.0.2.2/
# preseeding related variables
PRESEED_PATH=d-i-preseed-cfgs