2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-18 17:20:19 +00:00

Modify the comments for Supermicro Boston and B/S servers

This commit is contained in:
ertaozh
2017-10-13 02:13:56 -04:00
parent 6e66cb7ec9
commit b8358ec066

View File

@@ -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