summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
diff options
context:
space:
mode:
Diffstat (limited to 'builder/modules.d/slx-network/scripts/setup-bootif-network.stage4')
-rwxr-xr-xbuilder/modules.d/slx-network/scripts/setup-bootif-network.stage42
1 files changed, 1 insertions, 1 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 17afe798..61f925d0 100755
--- a/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
+++ b/builder/modules.d/slx-network/scripts/setup-bootif-network.stage4
@@ -9,7 +9,7 @@ export PATH=$PATH:/opt/openslx/sbin:/opt/openslx/bin
. /opt/openslx/config
-if [ -z "$SLX_PXE_NETIF" ] || [ -z "$SLX_PXE_CLIENT_IP" ]; then
+if [ -z "$SLX_PXE_NETIF" ]; then
echo "Missing network information of the main boot interface."
exit 1
fi