From f4610cfc6d8a9b7575a9a0d9e7e41df3c0a4ab46 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 10 Oct 2013 14:53:24 -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