pmbootstrap: kill process if silent for 5 minutes (rewrite logging)

This commit is contained in:
Oliver Smith 2018-07-14 01:13:28 +00:00
parent a9f149153a
commit 8268dc0e3d
31 changed files with 544 additions and 192 deletions

View file

@ -51,4 +51,4 @@ def run(args, action, flavor=None):
command[i] = command[i].replace(key, value)
# Run the action
pmb.chroot.root(args, command, log=False)
pmb.chroot.root(args, command, output="interactive")