fix bug 3558853:genimage need tg3 for firebird plus ppc64
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13543 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
64585ccfcb
commit
62b01be3d2
@ -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 be2net/;
|
||||
} elsif ($arch eq 'ppc64') {
|
||||
@ndrivers = qw/e1000 e1000e igb ibmveth ehea be2net/;
|
||||
@ndrivers = qw/tg3 e1000 e1000e igb ibmveth ehea be2net/;
|
||||
} elsif ($arch eq "s390x") {
|
||||
@ndrivers = qw/qdio ccwgroup qeth qeth_l2 qeth_l3/;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user