From f249a884b0351c5bc6ed6af9b9985fe17a022e90 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 May 2020 11:49:43 +0300 Subject: Change: add script to run manager VM directly via Qemu --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ff9c98..734f9a8 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,18 @@ the [vmdb2][] tool installed. `sudo ./vm.sh` -* Create the outer, manager VM: +* Create the outer, manager VM, using libvirt: `./vm-libvirt.sh` +* Alternatively, create it using qemu only (this will run until you + shut down the VM): + + `./vm-qemu.sh vm.img 7777` + + You need to specify `--manager-address` (or `-m`) and + `--manager-port` (or `-p) when using contractor. + ## Try the Contractor -- cgit v1.2.1