Chroot.initialise(): add reset param, refactor in general

This commit is contained in:
InsanePrawn 2021-10-24 04:32:47 +02:00
parent 46b638059c
commit 38438d5fda
3 changed files with 70 additions and 57 deletions

View file

@ -28,6 +28,7 @@ PROFILE_EMPTY: Profile = {key: None for key in PROFILE_DEFAULTS.keys()}
CONFIG_DEFAULTS = {
'build': {
'ccache': True,
'clean_mode': True,
'crosscompile': True,
'crossdirect': True,
'threads': 0,