From 77932b819a531c7c1e6cd2bcaa3b8aaec3c35e08 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 30 Sep 2011 16:34:37 +0000 Subject: [PATCH] deployment.sh: install firmware-bnx2[x] by default We are providing it (and depend on it) on our pro installations already, but if we're deploying a CE edition on a physical server system and network doesn't work after deploying it's just a waste of time. So just install it on all our own systems by default. Ack-ed by: Daniel From: Michael Prokop --- deployment.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deployment.sh b/deployment.sh index 9e49374..c683984 100755 --- a/deployment.sh +++ b/deployment.sh @@ -615,6 +615,12 @@ pciutils usbutils ucf +# required e.g. for "Broadcom NetXtreme II BCM5709S Gigabit Ethernet" +# lacking the firmware will result in non-working network on +# too many physical server systems, so just install it by default +firmware-bnx2 +firmware-bnx2x + # required for dkms linux-headers-2.6-amd64 @@ -630,10 +636,6 @@ EOF if "$PRO_EDITION" ; then cat >> /etc/debootstrap/packages << EOF -# required for "Broadcom NetXtreme II BCM5709S Gigabit Ethernet" -firmware-bnx2 -firmware-bnx2x - # support 32bit binaries, e.g. for firmware upgrades ia32-libs