Support bootoption ngcpnobonding.

This is needed if we want to deploy ngcp pro in a virtual
environment where we have only one NIC.

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 14 years ago
parent fd56a97c2e
commit 6073d24b47

@ -93,6 +93,12 @@ if checkBootParam nocolorlogo ; then
LOGO=false
fi
if checkBootParam ngcpnobonding ; then
BONDING=false
else
BONDING=true
fi
## detect environment {{{
if dmidecode| grep -q 'Location In Chassis'; then
CHASSIS="Running in blade chassis $(dmidecode| awk '/Location In Chassis/ {print $4}')"

Loading…
Cancel
Save