Update mirage-firewall.md

This commit is contained in:
[799] 2019-04-09 09:07:23 +02:00 committed by GitHub
parent 11b5759522
commit cfd0daf269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,3 +95,13 @@ qvm-shutdown --wait $MirageFWAppVM
# Start Mirage-FW
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
```