aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-05-22 16:24:51 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-05-22 16:24:51 -0300
commit6f1e660b2da52423810a85472c6f7985d3f4e420 (patch)
tree735019747630938497786d7c83223eef556d3065
parentae3595d7ce043c0e53325d258885a7af0c672444 (diff)
downloadkvmx-6f1e660b2da52423810a85472c6f7985d3f4e420.tar.gz
kvmx-6f1e660b2da52423810a85472c6f7985d3f4e420.tar.bz2
Set screen logfile
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index f86add8..eeff0e3 100755
--- a/kvmx
+++ b/kvmx
@@ -527,7 +527,7 @@ function kvmx_up {
# Run virtual machine, screen approach
# This is more immune to hangups
- screen -S kvmx-qemu-$VM -d -m kvm -m $memory -name $VM \
+ screen -L $LOGFILE -S kvmx-qemu-$VM -d -m kvm -m $memory -name $VM \
-chardev "socket,id=monitor,path=$MONITORFILE,server,nowait" -mon chardev=monitor,mode=readline \
-chardev "socket,id=serial0,path=$CONSOLEFILE,server,nowait" -device isa-serial,chardev=serial0 \
-smp $smp -cpu host -balloon virtio \