generate_pacman_conf(): default check_space to True
This commit is contained in:
parent
f1ce9865b6
commit
a687287c04
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class Distro:
|
|||
extras = [Repo(name, url_template=info.url_template, arch=self.arch, options=info.options, scan=False) for name, info in extra_repos.items()]
|
||||
return '\n\n'.join(repo.config_snippet() for repo in (list(self.repos.values()) + extras))
|
||||
|
||||
def get_pacman_conf(self, extra_repos: dict[str, RepoInfo] = {}, check_space=False):
|
||||
def get_pacman_conf(self, extra_repos: dict[str, RepoInfo] = {}, check_space=True):
|
||||
header = f'''
|
||||
#
|
||||
# /etc/pacman.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue