package mirage-bootvar-xen
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=d76c5b40339877a2e96e5f4a04862fe8185bca316488d207bf42053164892fb1
md5=5982e82284f03a0ef44e1b020241c340
Description
Simple library for reading MirageOS unikernel boot parameters from Xen.
To send boot parameters to the unikernel you can either add them as options in the "extra=" field in the .xl-file, like this:
extra="key1=val1 key2=val2"
.. or add them when starting the unikernel from the command line:
sudo xl create unikernel.xl 'extra="key1=val1 key2=val2"'
Bootvar was originally a part of mirage-mimic, but is now released as a separate library.
Published: 12 Jul 2017
README
mirage-bootvar-xen -- library for reading MirageOS unikernel boot parameters in Xen
Simple library for reading MirageOS unikernel boot parameters from Xen.
To send boot parameters to the unikernel you can either add them as options in the "extra=" field in the .xl-file, like this:
extra="key1=val1 key2=val2"
.. or add them when starting the unikernel from the command line:
sudo xl create unikernel.xl 'extra="key1=val1 key2=val2"'
Bootvar was originally a part of mirage-mimic, but is now released as a separate library.
Install
Bootvar can be installed with opam
:
opam install mirage-bootvar-xen
License
Bootvar is published under the ISC license. See LICENSE for details.
Dependencies (6)
- parse-argv
- astring
-
lwt
>= "2.4.3"
-
mirage-xen
>= "2.2.0" & < "4.0.0"
-
jbuilder
>= "1.0+beta10"
- ocaml
Dev Dependencies
None
Used by
None
Conflicts
None