Skip to content

Commit

Permalink
fix: guarantee a fully updated system on bootstrap
Browse files Browse the repository at this point in the history
If user just installed Qubes, the full templates can have updates
available. If user restored backups of templates and standalones, they
could also have updates available. Available updates can contain fixes
that if not applied, can make the states fail, such as a buggy salt
package and Qrexec service that can make a state fail in case the
full outdated templates and standalones are responsible for the
functionality specially of management_dispvm, updatevm, default_netvm
and qubes.UpdatesProxy service.
  • Loading branch information
ben-grande committed Jun 9, 2024
1 parent d2771d5 commit fcf7fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/dom0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ etc.
sudo qubesctl top.enable dom0
sudo qubesctl state.apply
sudo qubesctl top.disable dom0
sudo qubesctl --skip-dom0 --templates --standalones state.apply update.qubes-vm
```

- State:
<!-- pkg:begin:post-install -->
```sh
sudo qubesctl state.apply dom0
sudo qubesctl --skip-dom0 --templates --standalones state.apply update.qubes-vm
```
<!-- pkg:end:post-install -->

Expand Down

0 comments on commit fcf7fe9

Please sign in to comment.