mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-23 13:11:02 -05:00
Update standalones-and-hvms.md
Add cmd option to command alternative of standalone creation to reflect better the "alternative" part of the GUI version given its option msg "Standalone qube copied from a template".
This commit is contained in:
parent
1677307880
commit
9f1a698032
@ -59,11 +59,13 @@ your own OS)."
|
|||||||
Alternatively, from the dom0 command line:
|
Alternatively, from the dom0 command line:
|
||||||
|
|
||||||
```
|
```
|
||||||
qvm-create --class StandaloneVM --label <YOUR_COLOR> --property virt_mode=hvm <NEW_STANDALONE_NAME>
|
qvm-create --class StandaloneVM --label <YOUR_COLOR> --property virt_mode=hvm --template <TEMPLATE_QUBE_NAME> <NEW_STANDALONE_NAME>
|
||||||
```
|
```
|
||||||
|
|
||||||
(Note: Technically, `virt_mode=hvm` is not necessary for every standalone.
|
Notes:
|
||||||
However, it makes sense if you want to use a kernel from within the qube.)
|
- Technically, `virt_mode=hvm` is not necessary for every standalone.
|
||||||
|
However, it makes sense if you want to use a kernel from within the qube.
|
||||||
|
- If you want to make available the software installed in a template qube in your standalone, pass its name to `--template` option.
|
||||||
|
|
||||||
## Updating standalones
|
## Updating standalones
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user