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:
parent
1273510cad
commit
6373e0d948
@ -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..."
|
||||
|
||||
|
@ -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..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user