mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2024-12-31 18:16:16 -05:00
Add work-around for Qubes passing Linux kernel arguments
With the new Functoria release of Mirage, these unrecognised arguments prevented the unikernel from booting. See: https://github.com/mirage/mirage/issues/493
This commit is contained in:
parent
0826f046d2
commit
08bc6e2b00
@ -20,4 +20,4 @@ addons:
|
|||||||
- time
|
- time
|
||||||
- libxen-dev
|
- libxen-dev
|
||||||
env:
|
env:
|
||||||
- FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-xen:https://github.com/talex5/mirage-platform.git#mm mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum tcpip:https://github.com/mirage/mirage-tcpip.git"
|
- FORK_USER=talex5 FORK_BRANCH=unikernel OCAML_VERSION=4.02 MIRAGE_BACKEND=xen PINS="mirage-xen:https://github.com/talex5/mirage-platform.git#mm mirage-nat:https://github.com/talex5/mirage-nat.git#simplify-checksum tcpip:https://github.com/mirage/mirage-tcpip.git mirage-bootvar-xen:https://github.com/talex5/mirage-bootvar-xen.git#qubes"
|
||||||
|
@ -22,6 +22,7 @@ To build (tested by creating a fresh Fedora 23 AppVM in Qubes):
|
|||||||
opam pin add -y mirage-xen 'https://github.com/talex5/mirage-platform.git#mm'
|
opam pin add -y mirage-xen 'https://github.com/talex5/mirage-platform.git#mm'
|
||||||
opam pin add -y tcpip https://github.com/mirage/mirage-tcpip.git
|
opam pin add -y tcpip https://github.com/mirage/mirage-tcpip.git
|
||||||
opam pin add -y mirage-nat 'https://github.com/talex5/mirage-nat.git#simplify-checksum'
|
opam pin add -y mirage-nat 'https://github.com/talex5/mirage-nat.git#simplify-checksum'
|
||||||
|
opam pin add -y mirage-bootvar-xen 'https://github.com/talex5/mirage-bootvar-xen.git#qubes'
|
||||||
opam install mirage
|
opam install mirage
|
||||||
|
|
||||||
3. Build mirage-firewall:
|
3. Build mirage-firewall:
|
||||||
|
Loading…
Reference in New Issue
Block a user