From 83eb5d2628c2f40059529a5a71d68cd0049339b9 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 10 Oct 2013 14:52:38 -0400 Subject: [PATCH] defect 3819 --- xCAT/postscripts/xcatdsklspost | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT/postscripts/xcatdsklspost b/xCAT/postscripts/xcatdsklspost index c6ea61131..ea1be0b24 100755 --- a/xCAT/postscripts/xcatdsklspost +++ b/xCAT/postscripts/xcatdsklspost @@ -202,7 +202,11 @@ fi #echo "xcatpost = $xcatpost" useflowcontrol=0 -if [ $USEFLOWCONTROL = "1" ]; then +if [ "$USEFLOWCONTROL" = "1" ]; then + useflowcontrol=1 +fi +# from install kcmdline +if [ "$FC" = "1" ] || [ "$FC" = "yes" ] || [ "$FC" = "YES" ]; then useflowcontrol=1 fi