config: introduce pacman.check_space, use it in chroot.write_pacman_conf()
This commit is contained in:
parent
97c1bd1f74
commit
fe6fd7dfb5
3 changed files with 5 additions and 2 deletions
|
@ -57,6 +57,7 @@ CONFIG_DEFAULTS: dict = {
|
|||
},
|
||||
'pacman': {
|
||||
'parallel_downloads': 4,
|
||||
'check_space': True,
|
||||
'repo_branch': DEFAULT_PACKAGE_BRANCH,
|
||||
},
|
||||
'paths': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue