Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
also moar crossdirect Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
a4c06446e3
commit
d85c00fa12
8 changed files with 207 additions and 110 deletions
|
@ -25,7 +25,8 @@ PROFILE_DEFAULTS: Profile = {
|
|||
|
||||
CONFIG_DEFAULTS = {
|
||||
'build': {
|
||||
'crosscompile': True,
|
||||
'crosscompile': False, # currently broken
|
||||
'crossdirect': True,
|
||||
'threads': 0,
|
||||
},
|
||||
'paths': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue