Restore -nographic flag on QEMU

This commit is contained in:
RichardG867
2022-03-04 16:35:51 -03:00
parent b8195886d2
commit b2ee53b524

View File

@@ -1612,7 +1612,7 @@ class VMExtractor(ArchiveExtractor):
dest_dir_sanitized = dest_dir.replace(',', ',,')
args = [
self._qemu_path,
#'-nographic',
'-nographic',
'-m', '32'
]
if hdd != None: