MT#11947 Do NOT force PRO_EDITION if blade chassis detected

Change-Id: I2dc7a7636a0db0fbb3da1c8c819a657f77f4b06f
changes/55/2055/1
Alexander Lutay 11 years ago
parent 8a5b505876
commit 85d749a818

@ -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/ {print $4}')"
PRO_EDITION=true
fi
if checkBootParam ngcpinst || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 || \

Loading…
Cancel
Save