summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2019-08-27 12:56:11 +0200
committerJonathan Bauer2019-08-27 12:56:11 +0200
commitc8781aa8612d5fb9c24328ecd334c2383cdf65b8 (patch)
tree09e906ef2751212229bf09e8e71449e903e4f635
parent[slx-network] support for hostname via KCL (diff)
downloadsystemd-init-c8781aa8612d5fb9c24328ecd334c2383cdf65b8.tar.gz
systemd-init-c8781aa8612d5fb9c24328ecd334c2383cdf65b8.tar.xz
systemd-init-c8781aa8612d5fb9c24328ecd334c2383cdf65b8.zip
[slx-network] remove unneeded sourcing
the original idea was to configure a udhcpc@.service script with the interface name as the instance name. This seems somewhat unneeded though so remove this for now
-rw-r--r--builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh b/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
index e8d29b40..f5345c61 100644
--- a/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
+++ b/builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh
@@ -6,7 +6,6 @@
. /etc/openslx
[ -n "$SLX_STAGE4_DHCP" ] || exit 0
-. /run/openslx/network.conf
for script in setup-bootif-network udhcpc-trigger; do
if [ -e "${NEWROOT}/opt/openslx/scripts/${script}" ]; then
mv "${NEWROOT}/opt/openslx/scripts/${script}"{,.stage4}