qemu: install virtio_console kernel module
https://bugzilla.redhat.com/show_bug.cgi?id=1097999
(cherry picked from commit 5058ae2d29
)
parent
b44b3ed036
commit
c5c57f3f19
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue