Skip to content

Commit

Permalink
Add --display none
Browse files Browse the repository at this point in the history
  • Loading branch information
PSzczepanski1996 committed Jan 28, 2024
1 parent 7011c38 commit 7f88ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/SerialCord/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, **options):
tree = app_commands.CommandTree(client)
config = read_json_file('config.json')
kenOS = pexpect.spawn(
'qemu-system-i386 -nographic -serial stdio -drive file=../../kenos.iso,index=0,media=disk,format=raw',
'qemu-system-i386 --display none -serial stdio -drive file=../../kenos.iso,index=0,media=disk,format=raw',
)
kenOS.logfile_read = sys.stdout.buffer

Expand Down

0 comments on commit 7f88ca9

Please sign in to comment.