From 4f81c9b641a5189261ab75177277705baaf4131b Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 8 Oct 2022 16:57:38 -0400 Subject: [PATCH] Update MirageOS info Signed-off-by: Tommy --- content/os/Firewalling with MirageOS on Qubes OS.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/content/os/Firewalling with MirageOS on Qubes OS.md b/content/os/Firewalling with MirageOS on Qubes OS.md index 22f9580..1aa4186 100644 --- a/content/os/Firewalling with MirageOS on Qubes OS.md +++ b/content/os/Firewalling with MirageOS on Qubes OS.md @@ -15,13 +15,9 @@ author: Tommy - Fast startup time. ## Disadvantages -- No official package for Qubes OS and while [Qubes Mirage Firewall](https://github.com/mirage/qubes-mirage-firewall) is still maintained, it has not had an official release since 2020. This means that you need to follow the development process on GitHub and make a new build yourself whenever there is a new commit. +- No official package for Qubes OS and while [Qubes Mirage Firewall](https://github.com/mirage/qubes-mirage-firewall) is still maintained, it rarely gets an official release. This means that you need to follow the development process on GitHub and make a new build yourself whenever there is a new commit. - Does not work well with the Windows PV network driver. With that being said, the Windows PV networking driver is pretty buggy on its own, and I don't recommend that you use it anyways. -## MirageOS 4.2 - -As of this writing, the main branch of Qubes Mirage Firewall is still on the old MirageOS 3.10. The Dockerfile it uses is also extremely old (still on Fedora 32), and no longer works without some patching. As such, I recommend building Mirage 4.2 from this [pull request](https://github.com/mirage/qubes-mirage-firewall/pull/140) instead. - ### Prebuilt Image You can obtain a prebuilt image of MirageOS [here](https://github.com/tommytran732/QubesOS-Scripts/tree/main/mirageos). I do follow the development of Qubes Mirage Firewall (since I use it on my personal computer) and will be uploading builds frequently.