Update network config script
This commit is contained in:
parent
e794bcc724
commit
0d6dc1122d
@ -207,7 +207,7 @@ echo "TYPE=Ethernet" >> $devfile
|
|||||||
# the kernel gives an interface a different name
|
# the kernel gives an interface a different name
|
||||||
# following a reboot/hardware changes.
|
# following a reboot/hardware changes.
|
||||||
#end if
|
#end if
|
||||||
echo "BOOTPROTO=none" >> $devfile
|
echo "BOOTPROTO=static" >> $devfile
|
||||||
#if $ip != "" and $iface_type not in ("slave","bond_slave","bridge_slave","bonded_bridge_slave")
|
#if $ip != "" and $iface_type not in ("slave","bond_slave","bridge_slave","bonded_bridge_slave")
|
||||||
## Only configure static networking if an IP-address is configured
|
## Only configure static networking if an IP-address is configured
|
||||||
## and if the interface isn't slaved to another interface (bridging or bonding)
|
## and if the interface isn't slaved to another interface (bridging or bonding)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user