vars: suse-42: Add STARTMODE option for eth0
The default option for STARTMODE is 'manual' which means that the interface will be setup if ifup is called manually. However, we need the interface to be activated during boot by wicked so we need to set this option to 'auto'. Furthermore, the DEVICE option has no effect on SUSE hosts so we remove it. Change-Id: Id16e53da96658b21a99588b2fe18a636a96dce7c
This commit is contained in:
parent
f72817fc08
commit
a6f57c6ff9
@ -86,5 +86,5 @@ lxc_cached_network_interfaces:
|
|||||||
dest: "/etc/sysconfig/network/ifcfg-lxcbr0"
|
dest: "/etc/sysconfig/network/ifcfg-lxcbr0"
|
||||||
|
|
||||||
lxc_container_default_interfaces: |
|
lxc_container_default_interfaces: |
|
||||||
DEVICE=eth0
|
STARTMODE=auto
|
||||||
BOOTPROTO=dhcp
|
BOOTPROTO=dhcp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user