]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
qemu: include the qemu_fw_cfg kernel module 150/head
authorDavid Michael <david.michael@coreos.com>
Tue, 16 Aug 2016 20:43:18 +0000 (13:43 -0700)
committerDavid Michael <david.michael@coreos.com>
Tue, 16 Aug 2016 20:43:18 +0000 (13:43 -0700)
This adds support for /sys/firmware/qemu_fw_cfg on QEMU guests
started with the -fw_cfg option.

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

index 8cae124ced17a0e29205a7c49587ec43e2a8bd86..9f8495a69448264392c53c79d1d3b6dfd8886557 100755 (executable)
@@ -27,5 +27,6 @@ installkernel() {
             ata_piix ata_generic pata_acpi cdrom sr_mod ahci \
             virtio_blk virtio virtio_ring virtio_pci \
             virtio_scsi virtio_console virtio_rng \
-            spapr-vscsi
+            spapr-vscsi \
+            qemu_fw_cfg
 }