Skip to content

Commit

Permalink
Merge pull request #395 from freedomofpress/394-fix-prep-dom0
Browse files Browse the repository at this point in the history
Fix prep-dom0 target
  • Loading branch information
kushaldas authored Jan 7, 2020
2 parents 30dfd1e + a706f44 commit 67c69a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ flake8: ## Lints all Python files with flake8
template: ## Builds securedrop-workstation Qube template RPM
./builder/build-workstation-template

prep-dom0: prep-salt # Copies dom0 config files for VM updates
sudo qubesctl top.enable sd-vm-updates
sudo qubesctl top.enable sd-dom0-files
prep-dom0: prep-salt # Copies dom0 config files
sudo qubesctl --show-output --targets dom0 state.highstate

destroy-all: ## Destroys all VMs managed by Workstation salt config
Expand Down

0 comments on commit 67c69a4

Please sign in to comment.