diff options
| author | Jeremy Katz <katzj@redhat.com> | 2008-03-02 15:39:08 -0500 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2008-03-02 15:39:08 -0500 |
| commit | e4069f7c68ac5a8619814cdc7bd816f0c4e455e9 (patch) | |
| tree | 9f889d5607526df43491a136f7429973766ab39b /scripts | |
| parent | 98044d9aa9d7be28ec41052355cea020c8f10bc5 (diff) | |
Add virtio_pci in hopes of getting virtio working
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 49886ee90..23805579f 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -100,7 +100,7 @@ fi TOPDIR=$(cd $TOPDIR; pwd) # modules that are needed. this is the generic "needed for every arch" stuff -COMMONMODS="fat vfat nfs sunrpc lockd floppy cramfs loop edd pcspkr squashfs ipv6" +COMMONMODS="fat vfat nfs sunrpc lockd floppy cramfs loop edd pcspkr squashfs ipv6 virtio_pci" USBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage sd_mod sr_mod ub appletouch" FIREWIREMODS="ohci1394 sbp2 fw-ohci fw-sbp2 firewire-sbp2 firewire-ohci" IDEMODS="ide-cd" |
