minor changes to README.md (#4)

* minor changes to README.md
This commit is contained in:
Stefan Grundmann 2018-01-04 01:51:07 +00:00 committed by Hannes Mehnert
parent 411307d978
commit b3d27d5bb5
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ solo5-kernel-ukvm --dev` is needed as well.
The following elaborates on how to get the software up and running, following by
provisioning and deploying some unikernels. There is a *server* (`SRV`)
component which needs six binaries: vmm_console, vmm_log, vmm_stats_lwt, vmmd,
ukvm-bin.none, and ukvm-bin.net; a *CA* machine (which should be air-gapped, or
ukvm-bin.none, and ukvm-bin.net; a `CA` machine (which should be air-gapped, or
at least use some hardware token) for provisioning which needs vmm_sign, and
vmm_gen_ca; and a *development* (`DEV`) machine which has a fully featured OCaml
and MirageOS environment. Each step is prefixed with the machine it is supposed
@ -87,7 +87,7 @@ VMs local.
```
# FreeBSD
SRV# ifconfig bridge create
SRV# ifconfig bridge create #should output bridge0
SRV# ifconfig bridge0 name ext
SRV# sysctl net.link.tap.up_on_open=1
# Linux