mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-11 23:39:38 -05:00
Add information about updating VMs with Salt
Marek shard this information in: https://groups.google.com/d/msg/qubes-devel/n14n3Q295rw/-wYH6O44CAAJ
This commit is contained in:
parent
e61ca7b413
commit
ea86127b84
@ -464,6 +464,26 @@ Whonix Gateway TemplateVM
|
||||
|
||||
Whonix Workstation TemplateVM
|
||||
|
||||
#### `update.qubes-dom0`
|
||||
|
||||
Updates dom0
|
||||
|
||||
#### `update.qubes-vm`
|
||||
|
||||
Updates domUs. Example to update all TemplateVMs:
|
||||
|
||||
sudo qubesctl --skip-dom0 --templates state.sls update.qubes-vm
|
||||
|
||||
Useful options:
|
||||
|
||||
- `--max-concurrency` --- Limits how many templates are updated at the same time.
|
||||
Adjust to your available RAM.
|
||||
The default is 4, and the GUI updater sets it to 1.
|
||||
- `--targets=vm1,vm2,...` --- Limit to specific VMs, instead of all of them.
|
||||
(Use instead of `--templates` or `--standalones`.)
|
||||
- `--show-output` --- Show an update summary instead of just OK/FAIL.
|
||||
|
||||
For other options, see `qubesctl --help`.
|
||||
|
||||
## The `qubes` Pillar Module
|
||||
|
||||
@ -488,6 +508,7 @@ Template name on which a given VM is based (if any).
|
||||
|
||||
VM which provides network to the given VM
|
||||
|
||||
|
||||
## Debugging
|
||||
|
||||
The output for each VM is logged in `/var/log/qubes/mgmt-VM_NAME.log`.
|
||||
|
Loading…
Reference in New Issue
Block a user