]> gitweb.fluxo.info Git - kvm-manager.git/commitdiff
use new -boot order syntax, according to the man page,
authorMatt Taggart <taggart@riseup.net>
Mon, 3 Mar 2014 10:23:20 +0000 (02:23 -0800)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 22 Jan 2015 18:54:21 +0000 (13:54 -0500)
"Note: The legacy format '-boot drives' is still supported but its
    use is discouraged as it may be removed from future versions."

kvm-manager

index 146411bd3c4ab363d449712c18a5acb70e02fed2..2f4ecbae2175b1fe01298ed881caf1f254b84d40 100755 (executable)
@@ -104,7 +104,7 @@ EOF
         -nographic \
         -name "$VMNAME" \
         -m "$RAM" \
-        -boot "$BOOTCHOICE" \
+        -boot order=$BOOTCHOICE \
         -chardev "socket,id=monitor,path=$MONITORNAME,server,nowait" -mon chardev=monitor,mode=readline \
         -rtc base=utc \
         -usb \