diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-18 00:57:17 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-18 00:57:17 +0100 |
commit | c825f7858ef6fc19f9cb59a1d7f8b0a73a586e8f (patch) | |
tree | 5aa00ccccfd551ec97543cdc30f69666599d7c23 | |
parent | f569f72e8a63d1a1498aa251a94fe8545123def7 (diff) | |
download | jenkins.debian.net-c825f7858ef6fc19f9cb59a1d7f8b0a73a586e8f.tar.xz |
keep log and don't shutdown qemu at the end
-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 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 |