From 77f416ca0239fc9ba080c21bd51d3799ac2cc3f4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 5 Apr 2016 17:01:56 -0400 Subject: [PATCH] Change to recognize newer Lenovo mfg id --- xCAT-genesis-scripts/bin/bmcsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-genesis-scripts/bin/bmcsetup b/xCAT-genesis-scripts/bin/bmcsetup index 6c872ff53..51d3e2f15 100755 --- a/xCAT-genesis-scripts/bin/bmcsetup +++ b/xCAT-genesis-scripts/bin/bmcsetup @@ -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