Browse Source

qemu: install virtio_console kernel module

https://bugzilla.redhat.com/show_bug.cgi?id=1097999
master
Harald Hoyer 11 years ago
parent
commit
5058ae2d29
  1. 5
      modules.d/90qemu/module-setup.sh

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

@ -22,5 +22,8 @@ check() { @@ -22,5 +22,8 @@ check() {
# called by dracut
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
}

Loading…
Cancel
Save