forked from Mirror/pmbootstrap
pmb.qemu: set output="tui" to avoid logging the stdout (!1886)
This commit is contained in:
parent
9718320829
commit
5f6b8eaf0e
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ def run(args):
|
|||
process = None
|
||||
try:
|
||||
signal.signal(signal.SIGTERM, sigterm_handler)
|
||||
process = pmb.helpers.run.user(args, qemu, output="interactive", env=env)
|
||||
process = pmb.helpers.run.user(args, qemu, output="tui", env=env)
|
||||
except KeyboardInterrupt:
|
||||
# Don't show a trace when pressing ^C
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue