From 69833876fada597f3600f7c6b1df3ec3c2a27749 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Tue, 7 Jan 2014 02:26:53 -0500 Subject: [PATCH] make confignics postscript to accept the site.setinstallnic to configure installnic to be static --- xCAT/postscripts/confignics | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT/postscripts/confignics b/xCAT/postscripts/confignics index 18ab7fa9c..0b2d607dd 100755 --- a/xCAT/postscripts/confignics +++ b/xCAT/postscripts/confignics @@ -134,6 +134,10 @@ do fi done +if [ "$SETINSTALLNIC" = "1" ] || [ "$SETINSTALLNIC" = "yes" ]; then + bool_cfg_inst_nic=1 +fi + boot_myscript=0 if [ $# -eq 2 ] then