From 5d24ca74535761b9137f47a25f6048a67201f689 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 6 Oct 2020 10:13:10 +0200 Subject: [slx-network] SLX_DISABLE_STAGE4_DHCP -> SLX_STAGE4_DHCP SLX_STAGE4_DHCP now needs to be explicitely set to 'yes' to activate the busybox based dhcp client in stage4. --- modules.d/slx-network/hooks/activate-bootif-dhcp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/slx-network/hooks/activate-bootif-dhcp.sh b/modules.d/slx-network/hooks/activate-bootif-dhcp.sh index dd48c911..7a7d797d 100644 --- a/modules.d/slx-network/hooks/activate-bootif-dhcp.sh +++ b/modules.d/slx-network/hooks/activate-bootif-dhcp.sh @@ -4,7 +4,7 @@ # within stage4, unless specifically disabled by SLX_STAGE4_DHCP . /etc/openslx -if [ -n "$SLX_DISABLE_STAGE4_DHCP" ]; then +if [ "$SLX_STAGE4_DHCP" = "yes" ]; then mkdir -p "${NEWROOT}/opt/openslx/scripts" for script in setup-bootif-network udhcpc-trigger; do if [ -e "${NEWROOT}/opt/openslx/scripts/${script}" ]; then -- cgit v1.2.3-55-g7522