just added a commentary related the creation of the network birdge

This commit is contained in:
lukas 2021-07-02 13:00:24 +00:00
parent cae6a91254
commit d4ca8fe048

View File

@ -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