2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-08 01:12:33 +00:00

Merge pull request #6310 from neo954/ubuntu18.04.2

Add kernel module tg3 to diskless initrd image for ppc64el
This commit is contained in:
yangsong
2019-05-14 14:28:14 +08:00
committed by GitHub

View File

@@ -201,7 +201,7 @@ if ($netdriver) {
if ($arch eq 'x86' or $arch eq 'x86_64') {
@ndrivers = qw/tg3 bnx2 bnx2x e1000 e1000e igb mlx_en virtio_net/;
} elsif ($arch eq 'ppc64el') {
@ndrivers = qw/bnx2 bnx2x e1000 e1000e igb ibmveth ehea mlx_en mlx4_en virtio_net/;
@ndrivers = qw/tg3 bnx2 bnx2x e1000 e1000e igb ibmveth ehea mlx_en mlx4_en virtio_net/;
} elsif ($arch eq 'ppc64') {
@ndrivers = qw/e1000 e1000e igb ibmveth ehea/;
} elsif ($arch eq 's390x') {