We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd97f3 commit 6154244Copy full SHA for 6154244
context-linux/src/etc/one-context.d/loc-10-network.d/netcfg-nm
@@ -265,7 +265,8 @@ gen_network_configuration()
265
# since Ubuntu 22.04 and newer networkd systemd-networkd-wait-online
266
# started to timeout+fail with NETCFG_TYPE='interfaces' or 'nm'
267
_networkd_version=$(networkctl --version 2>/dev/null | head -1 | awk '{print $2}')
268
- if [ $_networkd_version -ge 249 ]; then
+
269
+ if [[ $_networkd_version -ge 249 ]]; then
270
systemctl disable --now systemd-networkd-wait-online.service
271
fi
272
0 commit comments