mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-13 00:09:47 -05:00
Clarify that commands are executed in dom0; add user prompts
This commit is contained in:
parent
163d409a78
commit
ead482a604
@ -508,18 +508,18 @@ Whonix Workstation TemplateVM
|
||||
|
||||
#### `update.qubes-dom0`
|
||||
|
||||
Updates dom0. Example:
|
||||
Updates dom0. Example (executed in dom0):
|
||||
|
||||
```
|
||||
sudo qubesctl --show-output state.sls update.qubes-dom0
|
||||
$ sudo qubesctl --show-output state.sls update.qubes-dom0
|
||||
```
|
||||
|
||||
#### `update.qubes-vm`
|
||||
|
||||
Updates domUs. Example to update all TemplateVMs:
|
||||
Updates domUs. Example to update all TemplateVMs (executed in dom0):
|
||||
|
||||
```
|
||||
sudo qubesctl --show-output --skip-dom0 --templates state.sls update.qubes-vm
|
||||
$ sudo qubesctl --show-output --skip-dom0 --templates state.sls update.qubes-vm
|
||||
```
|
||||
|
||||
Useful options:
|
||||
|
Loading…
Reference in New Issue
Block a user