diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 91e5126..ffd7b72 100644 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -469,7 +469,7 @@ if checkBootParam nongcp ; then fi # configure static network in installed system? -if checkBootParam ngcpnw.dhcp ; then +if checkBootParam ngcpnw.dhcp || pgrep dhclient &>/dev/null ; then DHCP=true fi