mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-06-24 22:30:34 -04:00
Update mirage-firewall.md
This commit is contained in:
parent
11b5759522
commit
cfd0daf269
1 changed files with 10 additions and 0 deletions
|
@ -95,3 +95,13 @@ qvm-shutdown --wait $MirageFWAppVM
|
||||||
# Start Mirage-FW
|
# Start Mirage-FW
|
||||||
qvm-start $MirageFWAppVM
|
qvm-start $MirageFWAppVM
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Deleting the Build-AppVM
|
||||||
|
========================
|
||||||
|
```
|
||||||
|
# The build VM could be deleted if you don't want to keep it
|
||||||
|
# but if you want to upgrade Mirage Firewall for Qubes OS,
|
||||||
|
# you need to rebuild this VM.
|
||||||
|
qvm-shutdown --wait $MirageFW-BuildVM
|
||||||
|
qvm-remove --force $MirageFW-BuildVM
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue