forked from Mirror/pmbootstrap
more n more (MR 2252)
Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
de4c912692
commit
d9e1da98b2
8 changed files with 52 additions and 203 deletions
|
@ -647,11 +647,11 @@ def frontend(args: PmbArgs):
|
|||
require_programs()
|
||||
|
||||
# Work folder (needs to be first, so we can create chroots early)
|
||||
config = pmb.config.load(args)
|
||||
config = pmb.config.load(args.config)
|
||||
config.work, work_exists = ask_for_work_path(args)
|
||||
|
||||
# Update args and save config (so chroots and 'pmbootstrap log' work)
|
||||
pmb.helpers.args.update_work(args, config.work)
|
||||
#pmb.helpers.args.update_work(args, config.work)
|
||||
pmb.config.save(args.config, config)
|
||||
|
||||
# Migrate work dir if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue