=== modified file 'bin/prepare-testbed' --- bin/prepare-testbed 2013-08-06 08:05:16 +0000 +++ bin/prepare-testbed 2013-08-15 08:50:11 +0000 @@ -227,7 +227,7 @@ apt_update: true apt_upgrade: true -byobu_by_default: system +byobu_by_default: disable packages: - eatmydata @@ -258,7 +258,7 @@ -no-reboot -net user -redir tcp:$SSHPORT::22 \ -drive file=$DISKNAME,if=virtio \ -drive file=$SEED,if=virtio -vnc localhost:$VNCKVM \ - -pidfile $DISKPATH.pid -readconfig $VMCFG & + -pidfile $DISKPATH.pid -readconfig $VMCFG -nographic > /tmp/kvm.log 2>&1 & if [ $? -gt 0 ]; then log_failure_msg "KVM failed to start. Exiting!"