diff --git a/xCAT/postscripts/confignetwork b/xCAT/postscripts/confignetwork index 1eb953edf..cc97316d9 100755 --- a/xCAT/postscripts/confignetwork +++ b/xCAT/postscripts/confignetwork @@ -96,7 +96,7 @@ do fi done if [ "$SETINSTALLNIC" = "1" ] || [ "$SETINSTALLNIC" = "yes" ]; then - bool_install_nic=1 + boot_install_nic=1 fi ######################################################################