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