Use virtio not std graphics for UEFI
While Rawhide suffers from #1518464 , virtio is a better choice for UEFI tests, even if we get the problem with consoles using the wrong color scheme again...
This commit is contained in:
parent
f169675699
commit
16943ad7ef
@ -3283,7 +3283,7 @@
|
||||
settings => [
|
||||
{ key => "QEMUCPU", value => "Nehalem" },
|
||||
{ key => "QEMUCPUS", value => "2"},
|
||||
{ key => "QEMUVGA", value => "std"},
|
||||
{ key => "QEMUVGA", value => "virtio"},
|
||||
{ key => "QEMURAM", value => "2048"},
|
||||
{ key => "UEFI", value => "1"},
|
||||
{ key => "PART_TABLE_TYPE", value => "gpt"},
|
||||
|
Loading…
Reference in New Issue
Block a user