]> gitweb.fluxo.info Git - kvm-manager.git/commitdiff
fix typo in stdio name, remove unneeded -no-reboot flag
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Feb 2011 00:27:34 +0000 (19:27 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 Feb 2011 00:27:34 +0000 (19:27 -0500)
kvm-manager

index 3e907f9c5255521430a24e7d6ddaed8a58f587bf..b1f260caf045ff160106cb3570e85ddccd2fa642 100755 (executable)
@@ -72,11 +72,10 @@ up() {
         -rtc base=utc \
         -usb \
         -device virtio-balloon-pci,id=balloon0,bus=pci.0 \
-        -chardev "socket,id=serial0,path=$OWNERHOME/vms/$VNAME/console.socket,server,nowait" -device isa-serial,chardev=serial0 \
+        -chardev "socket,id=serial0,path=$OWNERHOME/vms/$VMNAME/console.socket,server,nowait" -device isa-serial,chardev=serial0 \
         -smp "${SMP:-1},maxcpus=${MAXCPUS:-8}" \
         -device "virtio-net-pci,vlan=0,id=net0,mac=$MAC,bus=pci.0" \
-        -net "tap,ifname=$TAP,script=no,downscript=no,vlan=0,name=hostnet0" \
-        -no-reboot
+        -net "tap,ifname=$TAP,script=no,downscript=no,vlan=0,name=hostnet0"
 }