diff -ru gosc-scripts/imc-shell/imgcust-scripts/CustomizationUtils.sh gosc-scripts-modified/imc-shell/imgcust-scripts/CustomizationUtils.sh --- gosc-scripts/imc-shell/imgcust-scripts/CustomizationUtils.sh 2016-04-29 15:41:27.000000000 -0700 +++ gosc-scripts-modified/imc-shell/imgcust-scripts/CustomizationUtils.sh 2016-06-14 16:09:45.513745070 -0700 @@ -931,9 +931,8 @@ local i= for i in $(seq 1 $nicsCnt); do local nic=$(ConfigFile_GetNicByIndex $i) - local bootProto=$(ConfigFile_GetBootProto $nic) local mac=$(ConfigFile_GetMacAddress $nic) - + local ipv4Addr=$(ConfigFile_GetFirstIpV4Addr $nic) local ifCfg= ${addrShowVar} ${mac} "" ifCfg Debug "ifCfg: $ifCfg" @@ -951,56 +950,60 @@ [Network] EOF ) - - if [[ $bootProto == "dhcp" ]]; then + # Configure the DHCP IP settings + if [ -z "$ipv4Addr" ]; then export formatResult=$formatResult$(${CAT} <