summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-05-27 15:29:32 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-05-27 15:29:32 +0000
commit13c5ab5a0bd17cc4cd5d0abcae8d9c25ffb29fde (patch)
tree06b3a0843509c69f8194016865fce08fa549a975
parentbea6d26ac66672352bca49a8454fe80e95e75091 (diff)
parentde1b8ab605f5205035514d152f95a25f12a4437e (diff)
downloaddefinitions-13c5ab5a0bd17cc4cd5d0abcae8d9c25ffb29fde.tar.gz
Merge remote-tracking branch 'origin/jonathan/kvm-working-noreboot'
-rwxr-xr-xmorphlib/exts/kvm.write2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/exts/kvm.write b/morphlib/exts/kvm.write
index e2f7435c..ae287fe5 100755
--- a/morphlib/exts/kvm.write
+++ b/morphlib/exts/kvm.write
@@ -113,7 +113,7 @@ class KvmPlusSshWriteExtension(morphlib.writeexts.WriteExtension):
'--name', vm_name, '--vnc', '--ram=%s' % ram_mebibytes,
'--disk path=%s,bus=ide' % vm_path] + attach_opts
if not autostart:
- cmdline += '--noreboot'
+ cmdline += ['--noreboot']
cliapp.runcmd(cmdline)