MT#11947 Do NOT force PRO_EDITION if blade chassis detected

Change-Id: I837dc9ab7f851fe731e9860e93fc10ded0f4f543
(cherry picked from commit bbb0367901)
mr3.7.1
Alexander Lutay 10 years ago
parent 35c0fe71fa
commit 784ea02450

@ -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