]> gitweb.fluxo.info Git - kvm-manager.git/commitdiff
add comment to help you realize you can specify the number of CPUs without needing...
authorMicah Anderson <micah@riseup.net>
Thu, 22 Jan 2015 18:49:25 +0000 (13:49 -0500)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 22 Jan 2015 18:49:25 +0000 (13:49 -0500)
kvm-manager

index 793636a61f2f85d77f0999e4f5859f369ed376dd..146411bd3c4ab363d449712c18a5acb70e02fed2 100755 (executable)
@@ -10,6 +10,7 @@ set -e
 # VMNAME=snapper
 # OWNER=jrollins
 # RAM=512
+# SMP=2 # optional, specify number of CPUs
 # HDA..HDZ=/path/to/disk # optional
 
 if [ -z "$VMNAME" ] ; then