--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 6610a901d7
commit ad58326772
2 changed files with 2 additions and 2 deletions

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:
~~~
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>
~~~