forked from Mirror/pmbootstrap
Revert "Fixed menuconfig with new async runner"
I did not test this well enough, sorry! This introduced problems
such as interactive shell not working anymore (#40), cryptsetup partion
creating not working anymore etc.
This reverts commit f39c1dae69
.
This commit is contained in:
parent
06a5c653fe
commit
7d6365b473
4 changed files with 14 additions and 18 deletions
|
@ -41,7 +41,7 @@ def executables_absolute_path():
|
|||
|
||||
|
||||
def root(args, cmd, suffix="native", working_dir="/", log=True,
|
||||
auto_init=True, return_stdout=False, check=True, passthrough=False):
|
||||
auto_init=True, return_stdout=False, check=True):
|
||||
"""
|
||||
Run a command inside a chroot as root.
|
||||
|
||||
|
@ -82,4 +82,4 @@ def root(args, cmd, suffix="native", working_dir="/", log=True,
|
|||
|
||||
# Run the command
|
||||
return pmb.helpers.run.core(args, cmd_full, log_message, log,
|
||||
return_stdout, check, passthrough)
|
||||
return_stdout, check)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue