Add dom0 update example; add --show-output to examples

This commit is contained in:
Andrew David Wong 2021-05-06 06:30:53 -07:00
parent fc17e27af7
commit 163d409a78
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -508,14 +508,18 @@ Whonix Workstation TemplateVM
#### `update.qubes-dom0`
Updates dom0
Updates dom0. Example:
```
sudo qubesctl --show-output state.sls update.qubes-dom0
```
#### `update.qubes-vm`
Updates domUs. Example to update all TemplateVMs:
```
sudo qubesctl --skip-dom0 --templates state.sls update.qubes-vm
sudo qubesctl --show-output --skip-dom0 --templates state.sls update.qubes-vm
```
Useful options: