Merge branch 'BlackMaria-patch-1'

This commit is contained in:
Andrew David Wong 2019-09-15 16:26:25 -05:00
commit 7b3997d831
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ 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>
~~~ ~~~
Components Components

View File

@ -302,7 +302,7 @@ qvm-run --pass-io untrusted 'cat "/media/user/externalhd/win10.raw"' > /home/use
Create a new HVM in Dom0 with the root image we just copied to Dom0 (change the amount of RAM in GB as you wish): Create a new HVM in Dom0 with the root image we just copied to Dom0 (change the amount of RAM in GB as you wish):
~~~ ~~~
qvm-create --hvm win10 --label red --mem=4096 --root-move-from /home/user/win10-root.img qvm-create --property virt_mode=hvm win10 --label red --mem=4096 --root-move-from /home/user/win10-root.img
~~~ ~~~
Start win10 VM: Start win10 VM: