From b3d27d5bb5ddf66405f7bcfd5bbf3bc230264c81 Mon Sep 17 00:00:00 2001 From: Stefan Grundmann Date: Thu, 4 Jan 2018 01:51:07 +0000 Subject: [PATCH] minor changes to README.md (#4) * minor changes to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04c8a8b..a491ed2 100644 --- a/README.md +++ b/README.md @@ -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