Changeset 8404342 in mainline
- Timestamp:
- 2018-06-07T17:00:31Z (6 years ago)
- Children:
- 9c16c36
- Parents:
- 24fda5e
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-07 16:58:53)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-07 17:00:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
r24fda5e r8404342 209 209 cmdline += qemu_audio_options() 210 210 211 if (is_override('nographic')): 212 cmdline += ' -nographic' 213 211 214 if cfg['image'] == 'image.iso': 212 215 cmdline += ' -boot d -cdrom image.iso' … … 382 385 elif sys.argv[i] == '-notablet': 383 386 overrides['notablet'] = True 387 elif sys.argv[i] == '-nographic': 388 overrides['nographic'] = True 384 389 elif sys.argv[i] == '-qemu_path' and i < len(sys.argv) - 1: 385 390 expect_qemu = True
Note:
See TracChangeset
for help on using the changeset viewer.