From bd8b8c56c0716955e14262b484f1ee1224dcdffb Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 10 Jun 2023 15:24:09 +0200 Subject: [PATCH] Allow creation of tap(s). --- .../src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch b/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch index d44c159..b81cace 100644 --- a/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch +++ b/org.jdrupes.vmoperator.runner.qemu/src/org/jdrupes/vmoperator/runner/qemu/Containerfile.arch @@ -19,6 +19,8 @@ RUN (cd /lib/systemd/system/sysinit.target.wants/; \ rm -f /lib/systemd/system/anaconda.target.wants/*; \ systemctl set-default multi-user.target +RUN mkdir -p /etc/qemu && echo "allow all" > /etc/qemu/bridge.conf + COPY build/install/vm-runner.qemu /opt/vmrunner COPY templates/* /opt/vmrunner/templates/