From 07532289dfbdc2ac4ccca07482b9d9e91569f5f5 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Mon, 25 Apr 2022 06:29:28 +0200 Subject: [PATCH] Mention gen_dummy in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f93c0f0..d511772 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ written primarilly for my bachelor's thesis. 1. Edit `gen_machines.py` to define the desired network 2. Optionally edit the templates of config files 3. Run it -4. Create pre-installed Alpine Linux 3.15.4 disk image in `dummydisk.img` +4. Create pre-installed Alpine Linux 3.15.4 disk image in `dummydisk.img` (you can use `gen_dummy.sh` for that) 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.