forked from Mirror/pmbootstrap
Fixed menuconfig with new async runner
This commit is contained in:
parent
13efa270a1
commit
f39c1dae69
4 changed files with 18 additions and 14 deletions
|
@ -55,7 +55,7 @@ def menuconfig(args, pkgname, arch):
|
|||
cmd += [key + "=" + value]
|
||||
cmd += ["abuild", "-d", "menuconfig"]
|
||||
logging.info("(native) run menuconfig")
|
||||
pmb.chroot.user(args, cmd, "native", "/home/user/build", log=False)
|
||||
pmb.chroot.user(args, cmd, "native", "/home/user/build", log=False, passthrough=True)
|
||||
|
||||
# Update config + checksums
|
||||
logging.info("copy kernel config back to aport-folder")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue