From: Silvio Rhatto Date: Wed, 22 May 2019 19:24:51 +0000 (-0300) Subject: Set screen logfile X-Git-Tag: 0.1.0~129 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f1e660b2da52423810a85472c6f7985d3f4e420;p=kvmx.git Set screen logfile --- 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 \