From d4ca8fe0487149d03c0d9242dc9e5831e4a76907 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 2 Jul 2021 13:00:24 +0000 Subject: [PATCH] just added a commentary related the creation of the network birdge --- f34/vemdhd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f34/vemdhd.cfg b/f34/vemdhd.cfg index 49a5bec..36655fc 100644 --- a/f34/vemdhd.cfg +++ b/f34/vemdhd.cfg @@ -39,7 +39,7 @@ chown test:test /var/lib/libvirt/iso mkdir /var/lib/libvirt/rom chown test:test /var/lib/libvirt/rom -# Create a network bridge (doesn't work, perhaps because nmcli is not available at that time) +# Create a network bridge (doesn't work, perhaps because nmcli is not available at that time. No, it is because the new network must be defined within the libvirt context, with an XML file) # nmcli con add ifname br0 type bridge con-name br0 # nmcli con add type bridge-slave ifname en0 master br0 # nmcli con up br0