summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network/scripts
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-12 17:14:17 +0200
committerJonathan Bauer2019-08-12 17:39:43 +0200
commit215895c8e25cf3eb5a3c787854ac7ce3973991b5 (patch)
treef730a33432e60c502b449f3082c21c5dc698bce0 /builder/modules.d/slx-network/scripts
parent[slx-addons] glob whiteout file names (diff)
downloadsystemd-init-215895c8e25cf3eb5a3c787854ac7ce3973991b5.tar.gz
systemd-init-215895c8e25cf3eb5a3c787854ac7ce3973991b5.tar.xz
systemd-init-215895c8e25cf3eb5a3c787854ac7ce3973991b5.zip
[slx-network] use tmpfiles.d mechanism
for /run/network
Diffstat (limited to 'builder/modules.d/slx-network/scripts')
-rwxr-xr-xbuilder/modules.d/slx-network/scripts/udhcpc-trigger.stage42
1 files changed, 0 insertions, 2 deletions
diff --git a/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4 b/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4
index a7e8d3aa..b51328ca 100755
--- a/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4
+++ b/builder/modules.d/slx-network/scripts/udhcpc-trigger.stage4
@@ -15,8 +15,6 @@ fi
RESOLV_CONF="/opt/openslx/resolv.conf"
THIS_RESOLV="/run/network/${SLX_PXE_NETIF}.resolv"
-mkdir -p "/run/network"
-
rebuild_resolv_conf () {
# Don't do anything if the active resolv.conf is not ours
# Also this will not run resolvconf update.d... No idea if we should still do so...