From 5d78de834c53bfe29d2cc0397ac093428abe8425 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 6 Aug 2009 13:38:17 +0100 Subject: Add ne2k-pci driver to the appliance. This allows people to use the ne2k-pci network driver, for those situations where the virtio_net driver is broken (cough 516022 cough). --- src/guestfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guestfs.c') diff --git a/src/guestfs.c b/src/guestfs.c index edff8eb5..de632751 100644 --- a/src/guestfs.c +++ b/src/guestfs.c @@ -1103,7 +1103,7 @@ guestfs_launch (guestfs_h *g) } #endif add_cmdline (g, "-net"); - add_cmdline (g, "nic,model=virtio,vlan=0"); + add_cmdline (g, "nic,model=virtio,vlan=0"); /* model=ne2k_pci also works */ /* These options recommended by KVM developers to improve reliability. */ if (qemu_supports (g, "-no-hpet")) -- cgit