summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-11-12 12:32:43 +0100
committerJonathan Bauer2018-11-12 17:30:33 +0100
commitb66beeaabe5c31d6607192818d8b395c2f7f79f8 (patch)
tree4c28affc9c93a4988e27d12ce7886b48abb7249f
parent[conf-tgz] send uuid in the request, if present (diff)
downloadsystemd-init-b66beeaabe5c31d6607192818d8b395c2f7f79f8.tar.gz
systemd-init-b66beeaabe5c31d6607192818d8b395c2f7f79f8.tar.xz
systemd-init-b66beeaabe5c31d6607192818d8b395c2f7f79f8.zip
[systemd-networkd] wait 60sec for network
-rw-r--r--builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh b/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
index 3c5c6e4d..707557c4 100644
--- a/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
+++ b/builder/modules.d/systemd-networkd-ext/hooks/parse-kcl-for-networkd.sh
@@ -223,5 +223,5 @@ NETIF=
[ -n "${VLAN}" ] && NETIF="${BOOTIF_NAME}.${VLAN}"
BB=$(command -v busybox)
-[ -n "${BB}" ] && BB+=" timeout -t 10"
+[ -n "${BB}" ] && BB+=" timeout -t 60"
/sbin/initqueue --finished ${BB} /lib/systemd/systemd-networkd-wait-online -i ${NETIF}