Skip to content

Commit 68ec56f

Browse files
committed
B OpenNebula/addon-context-linux#309 networkd
Update NETCFG default for Ubuntu, having default old `interfaces` causes systemd-networkd-wait-online to timeout on latset 22.04 for no obv reason, seems both options are now incomatible.
1 parent 8993ecf commit 68ec56f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

context-linux/src/etc/one-context.d/loc-10-network

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ if [ -z "${NETCFG_TYPE}" ] ; then
3737
altlinux)
3838
NETCFG_TYPE='networkd nm'
3939
;;
40-
debian|devuan|ubuntu)
40+
debian|devuan)
4141
NETCFG_TYPE='interfaces netplan nm networkd'
42+
ubuntu)
43+
NETCFG_TYPE='networkd netplan interfaces nm'
4244
;;
4345
fedora|centos|rhel|almalinux|ol|rocky)
4446
NETCFG_TYPE='scripts nm networkd'

0 commit comments

Comments
 (0)