Assume Locked user slots for SuperMicro systems as suggested by Michael Robbert on xcat-user list on January 9, 2013

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14838 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2013-01-09 21:31:54 +00:00
parent 1273510cad
commit 6373e0d948
2 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,8 @@ elif [ "$IPMIMFG" == 20301 ] ; then
let idev=idev-1
done
fi
elif [ "$IPMIMFG" == "47488" ]; then
LOCKEDUSERS=1
fi
echo -n "Auto detecting LAN channel..."

View File

@ -90,6 +90,8 @@ elif [ "$IPMIMFG" == 20301 ] ; then
let idev=idev-1
done
fi
elif [ "$IPMIMFG" == "47488" ]; then
LOCKEDUSERS=1
fi
echo -n "Auto detecting LAN channel..."