diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-18 11:16:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-18 11:16:39 +0100 |
commit | ee89e6509a3eef984d570b7d3b8ee4253498d86e (patch) | |
tree | d9df747246e52658b66692127eb6e84d9b30ce7d /bin | |
parent | aeabc53c399654f45373dddb77f63546158cd121 (diff) | |
download | jenkins.debian.net-ee89e6509a3eef984d570b7d3b8ee4253498d86e.tar.xz |
no logging
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 9f56ac1c..115b8f14 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -119,7 +119,7 @@ bootstrap_system() { 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 -d -D $RESULTS/qemu.log -no-shutdown" + QEMU_OPTS="$QEMU_OPTS -display vnc=$DISPLAY -no-shutdown" QEMU_WEBSERVER=http://10.0.2.2/ # preseeding related variables PRESEED_PATH=d-i-preseed-cfgs @@ -162,7 +162,7 @@ boot_system() { echo "Booting system installed with g-i installation test for $NAME." # qemu related variables (incl kernel+initrd) QEMU_OPTS="-drive file=$NAME.raw,index=0,media=disk,cache=writeback -m $RAMSIZE" - QEMU_OPTS="$QEMU_OPTS -display vnc=$DISPLAY -d -D $RESULTS/qemu.log -no-shutdown" + QEMU_OPTS="$QEMU_OPTS -display vnc=$DISPLAY -no-shutdown" echo echo "Starting QEMU_ now:" (sudo qemu-system-x86_64 \ |