defect 4096: add the virtio driver for sles diskless so that sles kvm could boot with virtio driver
This commit is contained in:
		| @@ -177,7 +177,7 @@ if ($netdriver) { | ||||
|  | ||||
| # Add the default driver list | ||||
| if ($arch eq 'x86' or $arch eq 'x86_64') { | ||||
|     push @ndrivers, qw/tg3 bnx2 bnx2x e1000 e1000e igb mlx_en be2net/; | ||||
|     push @ndrivers, qw/tg3 bnx2 bnx2x e1000 e1000e virtio_net virtio_balloon igb mlx_en be2net/; | ||||
| } elsif ($arch eq 'ppc64') { | ||||
|     push @ndrivers, qw/tg3 e1000 e1000e igb ibmveth ehea be2net/; | ||||
| } elsif ($arch eq "s390x") { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user