Skip to content

Commit

Permalink
guest-init scripts print out live by default (less confusing to users)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pemberton committed Feb 23, 2019
1 parent b35f3b2 commit 1d610d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wlutil/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def makeImage(config):
init_overlay = config['builder'].generateBootScriptOverlay(config['guest-init'].path, config['guest-init'].args)
applyOverlay(config['img'], init_overlay)
print("Launching: " + config['bin'])
run(getQemuCmd(config), shell=True)
run(getQemuCmd(config), shell=True, level=logging.INFO)

# Clear the init script
run_overlay = config['builder'].generateBootScriptOverlay(None, None)
Expand Down

0 comments on commit 1d610d1

Please sign in to comment.