MT#11947 Do NOT force PRO_EDITION if blade chassis detected

Change-Id: I837dc9ab7f851fe731e9860e93fc10ded0f4f543
(cherry picked from commit bbb0367901)
mr3.7.2
Alexander Lutay 11 years ago
parent 1fe7b95f33
commit 9ba877eec2

@ -351,7 +351,6 @@ elif dmidecode| grep -q 'Location In Chassis: Not Specified'; then
:
elif dmidecode| grep -q 'Location In Chassis'; then
CHASSIS="Running in blade chassis $(dmidecode| awk '/Location In Chassis: Slot/ {print $4}')"
PRO_EDITION=true
fi
if checkBootParam ngcpinst || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 || \

Loading…
Cancel
Save