From b8358ec0669458497e12c651ee107a7164458f0d Mon Sep 17 00:00:00 2001 From: ertaozh Date: Fri, 13 Oct 2017 02:13:56 -0400 Subject: [PATCH] Modify the comments for Supermicro Boston and B/S servers --- xCAT-genesis-scripts/bin/bmcsetup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-genesis-scripts/bin/bmcsetup b/xCAT-genesis-scripts/bin/bmcsetup index c0d5cdef5..16bf41415 100755 --- a/xCAT-genesis-scripts/bin/bmcsetup +++ b/xCAT-genesis-scripts/bin/bmcsetup @@ -642,7 +642,8 @@ while [ $idev -gt 0 ]; do if [ "$XPROD" = "43707" -a "$IPMIMFG" = '0' ]; then ISOPENPOEWR=1 elif [ "$IPMIMFG" = "10876" ];then - # MFG=10876 and PROD=2437 is for BOSTON server and MFG=10876 and PROD=2355 is for B&S server + # Handle Supermicro Servers (MFG=10876) + # Boston (PROD=2437), Briggs/Stratton (PROD=2355) if [ "$XPROD" = "2437" -o "$XPROD" = "2355" ]; then ISOPENPOEWR=1 fi