2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Add virtio_net to default network driver list for Ubuntu on ppc64el (#5396)

This commit is contained in:
Gᴏɴɢ Jie 2018-07-13 14:11:13 +08:00 committed by yangsong
parent 7106de5df8
commit d3f1bbbe26

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 mlx_en mlx4_en/;
@ndrivers = qw/bnx2 bnx2x e1000 e1000e igb mlx_en mlx4_en virtio_net/;
} elsif ($arch eq 'ppc64') {
@ndrivers = qw/e1000 e1000e igb ibmveth ehea/;
} elsif ($arch eq 's390x') {