From 026398c7b24b991586ec92c0b2f5f8d7203c7c5f Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 2 Aug 2012 05:31:49 +0000 Subject: [PATCH] fix for bug 3553437: add be2net driver into the default list, it is needed by Firebird blades work with SLES 11 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13393 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/netboot/sles/genimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/netboot/sles/genimage b/xCAT-server/share/xcat/netboot/sles/genimage index f37a9d632..147e84227 100755 --- a/xCAT-server/share/xcat/netboot/sles/genimage +++ b/xCAT-server/share/xcat/netboot/sles/genimage @@ -156,7 +156,7 @@ if ($netdriver) { if ($arch eq 'x86' or $arch eq 'x86_64') { @ndrivers = qw/tg3 bnx2 bnx2x e1000 e1000e igb mlx_en/; } elsif ($arch eq 'ppc64') { - @ndrivers = qw/e1000 e1000e igb ibmveth ehea/; + @ndrivers = qw/e1000 e1000e igb ibmveth ehea be2net/; } elsif ($arch eq "s390x") { @ndrivers = qw/qdio ccwgroup qeth qeth_l2 qeth_l3/; }