]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
qemu: install virtio_console kernel module
authorHarald Hoyer <harald@redhat.com>
Fri, 12 Sep 2014 08:03:59 +0000 (10:03 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 12 Sep 2014 08:04:30 +0000 (10:04 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=1097999
(cherry picked from commit 5058ae2d295cfd68a6b99e7f6c75227164ca7722)

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

index 0dbf0818dcbacc52c2c4da97300f04314146608a..67796429b0724381b07a55780393395f894da960 100755 (executable)
@@ -22,5 +22,8 @@ check() {
 
 installkernel() {
         # qemu specific modules
-        hostonly='' instmods virtio_blk virtio virtio_ring virtio_pci ata_piix ata_generic pata_acpi cdrom sr_mod ahci virtio_scsi
+        hostonly='' instmods \
+            ata_piix ata_generic pata_acpi cdrom sr_mod ahci \
+            virtio_blk virtio virtio_ring virtio_pci \
+            virtio_scsi virtio_console
 }