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:
parent
c9ade4d09e
commit
9869d148ac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user