mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
A further idea
This commit is contained in:
parent
985961cc30
commit
8e60893e97
2 changed files with 2 additions and 2 deletions
|
|
@ -336,7 +336,7 @@ print(shutil.which('chroot'))
|
|||
'-nic', 'user,ipv6=off,model=e1000'
|
||||
]
|
||||
if not args.interactive:
|
||||
arg_list += ['-no-reboot', '-nographic']
|
||||
arg_list += ['-no-reboot', '-nographic', '-serial', 'file:output']
|
||||
run(args.qemu_cmd, *arg_list, cleanup=cleanup)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue