--hvm not an option, use --property virt_mode=mvh

This commit is contained in:
Hroðgar Skjöldung 2019-09-05 14:54:49 -04:00 committed by Dale Einarson
parent 393681c401
commit 59d12e8be8

View File

@ -153,6 +153,6 @@ Then, periodically check for updates in the Template VM and the changes will be
Once the template has been created and installed it is easy to create AppVMs based on it: Once the template has been created and installed it is easy to create AppVMs based on it:
~~~ ~~~
qvm-create --hvm <new windows appvm name> --template <name of template vm> --label <label color> qvm-create --property virt_mode=hvm <new windows appvm name> --template <name of template vm> --label <label color>
~~~ ~~~