mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-23 01:48:22 -07:00
Restore -nographic flag on QEMU
This commit is contained in:
@@ -1612,7 +1612,7 @@ class VMExtractor(ArchiveExtractor):
|
||||
dest_dir_sanitized = dest_dir.replace(',', ',,')
|
||||
args = [
|
||||
self._qemu_path,
|
||||
#'-nographic',
|
||||
'-nographic',
|
||||
'-m', '32'
|
||||
]
|
||||
if hdd != None:
|
||||
|
||||
Reference in New Issue
Block a user