Chroot.initialize: also bind-mount pacman-cache for base-like chroots (that don't get copied)

This commit is contained in:
InsanePrawn 2021-10-27 02:43:48 +02:00
parent 8934d94f9c
commit e6c55a1311

View file

@ -241,6 +241,7 @@ class Chroot:
rmtree(dir)
self.write_pacman_conf()
self.mount_pacman_cache()
logging.info(f'Pacstrapping chroot {self.name}: {", ".join(self.base_packages)}')