mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
config: change pacman.check_space default to False as it causes problems even on ext4
This commit is contained in:
parent
cac5ac2ad0
commit
c4e96af44f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ CONFIG_DEFAULTS: dict = {
|
|||
},
|
||||
'pacman': {
|
||||
'parallel_downloads': 4,
|
||||
'check_space': True,
|
||||
'check_space': False, # TODO: True causes issues
|
||||
'repo_branch': DEFAULT_PACKAGE_BRANCH,
|
||||
},
|
||||
'paths': {
|
||||
|
|
Loading…
Add table
Reference in a new issue