From 82ab835dfe68a15842597e1d5bbe648dbbf4da05 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 25 Apr 2022 02:24:25 +0200 Subject: [PATCH] Mention output/gen_bridges.sh in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7866a9d..f93c0f0 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ written primarilly for my bachelor's thesis. 4. Create pre-installed Alpine Linux 3.15.4 disk image in `dummydisk.img` 5. Run `gen_disks.sh` as root – this creates customized disk images for all the machines 6. Append `output/bridge.conf` to your `/etc/qemu/bridge.conf` in order to be able to connect your VMs to bridges as regular user +7. Run `output/gen_bridges.sh` to create the bridge interfaces on your machine.