Chroot.initialize: also bind-mount pacman-cache for base-like chroots (that don't get copied)
This commit is contained in:
parent
8934d94f9c
commit
e6c55a1311
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ class Chroot:
|
||||||
rmtree(dir)
|
rmtree(dir)
|
||||||
|
|
||||||
self.write_pacman_conf()
|
self.write_pacman_conf()
|
||||||
|
self.mount_pacman_cache()
|
||||||
|
|
||||||
logging.info(f'Pacstrapping chroot {self.name}: {", ".join(self.base_packages)}')
|
logging.info(f'Pacstrapping chroot {self.name}: {", ".join(self.base_packages)}')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue