2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Change to recognize newer Lenovo mfg id

This commit is contained in:
Jarrod Johnson 2016-04-05 17:01:56 -04:00
parent c9ade4d09e
commit 9869d148ac

View File

@ -87,7 +87,7 @@ if [ "$IPMIMFG" == 2 ]; then #IBM
fi
fi
fi
elif [ "$IPMIMFG" == 20301 ] ; then
elif [ "$IPMIMFG" == 20301 -o "$IPMIMFG" == 19046 ] ; then
XPROD=`ipmitool mc info|grep "^Product ID"|awk '{print $4}'`
IBMVPDV=`ipmitool raw 0x3a 0xb 2 0 16 1`
if [ $IBMVPDV -eq 2 ]; then