config: introduce pacman.check_space, use it in chroot.write_pacman_conf()

This commit is contained in:
InsanePrawn 2022-08-10 15:28:17 +02:00
parent 97c1bd1f74
commit fe6fd7dfb5
3 changed files with 5 additions and 2 deletions

View file

@ -57,6 +57,7 @@ CONFIG_DEFAULTS: dict = {
},
'pacman': {
'parallel_downloads': 4,
'check_space': True,
'repo_branch': DEFAULT_PACKAGE_BRANCH,
},
'paths': {