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:
Markos Chandras 2017-05-02 13:03:33 +01:00
parent f72817fc08
commit a6f57c6ff9

View File

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