From d32914b5412b4412155b981ecb1c29e6228b9da7 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 7 Aug 2020 14:34:10 +0200 Subject: [systemd-networkd-ext] remove -t from busybox timeout --- modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3-55-g7522