summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
diff options
context:
space:
mode:
authorJonathan Bauer2019-12-10 12:29:38 +0100
committerJonathan Bauer2019-12-10 12:29:38 +0100
commit75e1d6670055c43c092fb13451eec61a553f7e62 (patch)
tree4947bea0b44d972be86b9faebace39b81e47bb48 /builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
parent[conf-tgz] use new variable name everywhere... (diff)
downloadsystemd-init-75e1d6670055c43c092fb13451eec61a553f7e62.tar.gz
systemd-init-75e1d6670055c43c092fb13451eec61a553f7e62.tar.xz
systemd-init-75e1d6670055c43c092fb13451eec61a553f7e62.zip
[slx-network] explicitely request hostname
+ minor formatting
Diffstat (limited to 'builder/modules.d/slx-network/scripts/setup-bootif-network.stage4')
-rwxr-xr-xbuilder/modules.d/slx-network/scripts/setup-bootif-network.stage41
1 files changed, 1 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 61f925d0..67b8c9cf 100755
--- a/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
+++ b/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
@@ -22,6 +22,7 @@ readonly MAIN_NETIF
# set default options
declare -a udhcpc_opts
udhcpc_opts+=("-t" "8")
+udhcpc_opts+=("-O" "hostname")
udhcpc_opts+=("-O" "domain")
udhcpc_opts+=("-O" "nissrv")
udhcpc_opts+=("-O" "nisdomain")