diff --git a/CHANGES.md b/CHANGES.md index 81898a4..02ca96b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ - Support modular backends. Only available backends are compiled in by default. - Support xenctrl > 0.9.26 - Support xen-api-client > 0.9.8 +- Add virtual packages for jitsu-libvirt, jitsu-libxl, jitsu-xapi 0.2.1 (2015-15-19) diff --git a/README.md b/README.md index 32d9458..e7f3376 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ $ opam install jitsu When Jitsu is installed it will look for available backends that can be used to start unikernels (or processes). The backends currently supported are `xenctrl` (libxl), `libvirt` and `xen-api-client` (xapi). If a new backend is installed `opam` will reinstall Jitsu to add support for it. -The virtual packages `jitsu-libvirt`, `jitsu-xapi` and `jitsu-xenctrl` can be used to force Jitsu to be installed with a specific backend. +The virtual packages `jitsu-libvirt`, `jitsu-xapi` and `jitsu-libxl` can be used to force Jitsu to be installed with a specific backend. To add a backend, either use the virtual package: ``` -$ opam install jitsu-xenctrl +$ opam install jitsu-libxl ``` Or install the backend directly with `opam`: