install virtio* modules in the generic case

https://bugzilla.redhat.com/show_bug.cgi?id=864012
master
Harald Hoyer 2012-10-09 17:43:44 +02:00
parent 13cb578a37
commit 48ca487621
2 changed files with 5 additions and 9 deletions

View File

@ -65,15 +65,7 @@ installkernel() {
| net_module_filter | instmods | net_module_filter | instmods


instmods =drivers/net/phy instmods =drivers/net/phy
instmods ecb arc4 instmods ecb arc4 bridge stp llc ipv6 bonding 8021q af_packet virtio_net
# bridge modules
instmods bridge stp llc
instmods ipv6
# bonding
instmods bonding
# vlan
instmods 8021q
instmods af_packet
} }


install() { install() {

View File

@ -46,6 +46,10 @@ installkernel() {
hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic
# install unix socket support # install unix socket support
hostonly='' instmods unix hostonly='' instmods unix

# install virtual machine support
instmods virtio virtio_blk virtio_ring virtio_pci virtio_scsi

instmods "=drivers/pcmcia" =ide "=drivers/usb/storage" instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
find_kernel_modules | block_module_filter | instmods find_kernel_modules | block_module_filter | instmods
# if not on hostonly mode, install all known filesystems, # if not on hostonly mode, install all known filesystems,