diff options
Diffstat (limited to 'tests/vm/fedora')
-rwxr-xr-x | tests/vm/fedora | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/fedora b/tests/vm/fedora index 4843b41..bd9c6cf 100755 --- a/tests/vm/fedora +++ b/tests/vm/fedora @@ -82,6 +82,7 @@ class FedoraVM(basevm.BaseVM): self.boot(img_tmp, extra_args = [ "-bios", "pc-bios/bios-256k.bin", "-machine", "graphics=off", + "-device", "VGA", "-cdrom", iso ]) self.console_init(300) |