From: Harald Hoyer Date: Tue, 9 Oct 2012 15:43:44 +0000 (+0200) Subject: install virtio* modules in the generic case X-Git-Tag: 024~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48ca487621a2d28c37510f0a8bf2b0d1b0d80f6b;p=thirdparty%2Fdracut.git install virtio* modules in the generic case https://bugzilla.redhat.com/show_bug.cgi?id=864012 --- diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh index 0546ba075..34736028e 100755 --- a/modules.d/40network/module-setup.sh +++ b/modules.d/40network/module-setup.sh @@ -65,15 +65,7 @@ installkernel() { | net_module_filter | instmods instmods =drivers/net/phy - instmods ecb arc4 - # bridge modules - instmods bridge stp llc - instmods ipv6 - # bonding - instmods bonding - # vlan - instmods 8021q - instmods af_packet + instmods ecb arc4 bridge stp llc ipv6 bonding 8021q af_packet virtio_net } install() { diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index f8e2be796..ad2b7c183 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -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 # install unix socket support hostonly='' instmods unix + + # install virtual machine support + instmods virtio virtio_blk virtio_ring virtio_pci virtio_scsi + instmods "=drivers/pcmcia" =ide "=drivers/usb/storage" find_kernel_modules | block_module_filter | instmods # if not on hostonly mode, install all known filesystems,