summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh b/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
index a64e6efe..afe4ab7e 100644
--- a/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
+++ b/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
@@ -247,5 +247,5 @@ NETIF=
[ -n "${VLAN}" ] && NETIF="${BOOTIF_NAME}.${VLAN}"
BB=$(command -v busybox)
-[ -n "${BB}" ] && BB+=" timeout -t 60"
+[ -n "${BB}" ] && BB+=" timeout 60"
/sbin/initqueue --finished ${BB} /lib/systemd/systemd-networkd-wait-online -i ${NETIF}