Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Update README, CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnusS committed Nov 11, 2015
1 parent dd92080 commit 11203f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 11203f6

Please sign in to comment.