mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2025-01-22 01:35:15 +00:00
Commenting out the script to create a network bridge
Not extremely useful for now
This commit is contained in:
parent
88b157bfbc
commit
cae6a91254
@ -39,9 +39,9 @@ chown test:test /var/lib/libvirt/iso
|
||||
mkdir /var/lib/libvirt/rom
|
||||
chown test:test /var/lib/libvirt/rom
|
||||
|
||||
# Create a network bridge
|
||||
nmcli con add ifname br0 type bridge con-name br0
|
||||
nmcli con add type bridge-slave ifname en0 master br0
|
||||
nmcli con up br0
|
||||
# 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 type bridge-slave ifname en0 master br0
|
||||
# nmcli con up br0
|
||||
|
||||
%end # End of the %post section
|
Loading…
x
Reference in New Issue
Block a user