Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
/ mirage-bootvar-xen Public archive

archived, please look into the mirage-bootvar repository below for further development. Library for reading MirageOS unikernel boot parameters in Xen

License

Notifications You must be signed in to change notification settings

mirage/mirage-bootvar-xen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please note: this repository has been archived, the code and development continues in the mirage-bootvar repository.

mirage-bootvar-xen -- library for reading MirageOS unikernel boot parameters in Xen

Build Status

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.

About

archived, please look into the mirage-bootvar repository below for further development. Library for reading MirageOS unikernel boot parameters in Xen

Resources

License

Stars

Watchers

Forks

Packages

No packages published