[Ovirt-devel] [PATCH ovirt-appliance] use virtio_net in appliance

Alan Pevec apevec at redhat.com
Mon Sep 22 19:48:00 UTC 2008


cannot use virtio_net for "fake" Nodes:
  "No valid PXE rom found for network device"

Signed-off-by: Alan Pevec <apevec at redhat.com>
---
 create-ovirt-appliance |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/create-ovirt-appliance b/create-ovirt-appliance
index b2804b6..2689a49 100755
--- a/create-ovirt-appliance
+++ b/create-ovirt-appliance
@@ -128,9 +128,11 @@ gen_app() {
     </disk>
     <interface type='network'>
       <source network='default'/>
+      <model type='virtio'/>
     </interface>
     <interface type='network'>
       <source network='$BRIDGENAME'/>
+      <model type='virtio'/>
     </interface>
     <serial type='pty'>
       <target port='0'/>
-- 
1.5.5.1




More information about the ovirt-devel mailing list