Commenting out the script to create a network bridge

Not extremely useful for now
This commit is contained in:
lukas 2021-07-02 12:56:29 +00:00
parent 88b157bfbc
commit cae6a91254

View File

@ -39,9 +39,9 @@ chown test:test /var/lib/libvirt/iso
mkdir /var/lib/libvirt/rom mkdir /var/lib/libvirt/rom
chown test:test /var/lib/libvirt/rom chown test:test /var/lib/libvirt/rom
# Create a network bridge # Create a network bridge (doesn't work, perhaps because nmcli is not available at that time)
nmcli con add ifname br0 type bridge con-name br0 # nmcli con add ifname br0 type bridge con-name br0
nmcli con add type bridge-slave ifname en0 master br0 # nmcli con add type bridge-slave ifname en0 master br0
nmcli con up br0 # nmcli con up br0
%end # End of the %post section %end # End of the %post section