mirror of
https://github.com/Qubes-Community/Contents.git
synced 2024-12-23 06:09:29 -05:00
Update mirage-firewall.md
This commit is contained in:
parent
11b5759522
commit
cfd0daf269
@ -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…
Reference in New Issue
Block a user