summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-12-11 12:42:32 +0100
committerJonathan Bauer2019-12-11 12:42:32 +0100
commit6a30d09dc00df574c2cf0421e6e78be46410f75b (patch)
treeccb1b61ec0876f007de35d26dff98f5034666229
parent[slx-network] explicitely request hostname (diff)
downloadsystemd-init-6a30d09dc00df574c2cf0421e6e78be46410f75b.tar.gz
systemd-init-6a30d09dc00df574c2cf0421e6e78be46410f75b.tar.xz
systemd-init-6a30d09dc00df574c2cf0421e6e78be46410f75b.zip
[slx-network] retry dhcp faster in stage4
-rwxr-xr-xbuilder/modules.d/slx-network/scripts/setup-bootif-network.stage42
1 files changed, 2 insertions, 0 deletions
diff --git a/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4 b/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
index 67b8c9cf..4f41dfed 100755
--- a/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
+++ b/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
@@ -21,6 +21,8 @@ readonly MAIN_NETIF
# set default options
declare -a udhcpc_opts
+udhcpc_opts+=("-T" "1")
+udhcpc_opts+=("-A" "5")
udhcpc_opts+=("-t" "8")
udhcpc_opts+=("-O" "hostname")
udhcpc_opts+=("-O" "domain")