From: Daniel Kahn Gillmor Date: Tue, 23 Mar 2010 16:12:55 +0000 (-0400) Subject: drop -serial stdio, since that is the default when -nographic X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9bce9a89af88ab15ba60c98d1d2454bc67d7aa6a;p=kvm-manager.git drop -serial stdio, since that is the default when -nographic --- diff --git a/kvm-manager b/kvm-manager index caadd1b..2cbff97 100755 --- a/kvm-manager +++ b/kvm-manager @@ -59,7 +59,7 @@ up() { chpst -u "$OWNER" mv "$LOGNAME" "$LOGNAME".$(date +%F_%T%z|tr : .) fi - exec chpst -u "$OWNER:$OWNERGROUP:kvm" /usr/bin/screen -D -m -L -c /etc/screenrc.kvm-manager -S "$VMNAME" -t "$VMNAME" -s /bin/false /usr/bin/kvm $KVMARGS -nographic -name "$VMNAME" -m "$RAM" -net nic,"macaddr=$MAC" -net "tap,ifname=$TAP,script=no,downscript=no" -no-reboot -serial stdio + exec chpst -u "$OWNER:$OWNERGROUP:kvm" /usr/bin/screen -D -m -L -c /etc/screenrc.kvm-manager -S "$VMNAME" -t "$VMNAME" -s /bin/false /usr/bin/kvm $KVMARGS -nographic -name "$VMNAME" -m "$RAM" -net nic,"macaddr=$MAC" -net "tap,ifname=$TAP,script=no,downscript=no" -no-reboot }