From c8781aa8612d5fb9c24328ecd334c2383cdf65b8 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 27 Aug 2019 12:56:11 +0200 Subject: [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 --- builder/modules.d/slx-network/hooks/activate-bootif-dhcp.sh | 1 - 1 file changed, 1 deletion(-) 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} -- cgit v1.2.3-55-g7522