]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
90kernel-modules: add pci_hyperv
authorKairui Song <kasong@redhat.com>
Mon, 3 Aug 2020 08:51:54 +0000 (16:51 +0800)
committerDaniel Molkentin <daniel@molkentin.de>
Mon, 3 Aug 2020 13:57:04 +0000 (15:57 +0200)
Install pci_hyperv for SR-IOV devices on hyperv machines.

modules.d/90kernel-modules/module-setup.sh

index b3aa75f35d6b4ad4e784ec06ee6e692f6adb6694..764675ebe2869fe6dd66e10ac5bee07f3f27dcf3 100755 (executable)
@@ -57,7 +57,7 @@ installkernel() {
         instmods \
             yenta_socket \
             atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus \
-            virtio virtio_ring virtio_pci virtio_scsi \
+            virtio virtio_ring virtio_pci virtio_scsi pci_hyperv \
             "=drivers/pcmcia"
 
         if [[ "${DRACUT_ARCH:-$(uname -m)}" == arm* || "${DRACUT_ARCH:-$(uname -m)}" == aarch64 ]]; then