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
|
@ -21,7 +21,7 @@ class BaseChroot(Chroot):
|
|||
for dir in glob(os.path.join(self.path, '*')):
|
||||
rmtree(dir)
|
||||
|
||||
self.write_pacman_conf(check_space=True)
|
||||
self.write_pacman_conf()
|
||||
self.mount_pacman_cache()
|
||||
|
||||
logging.info(f'Pacstrapping chroot {self.name}: {", ".join(self.base_packages)}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue