mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-23 05:35:44 -05:00
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)
|
||||
|
||||
self.write_pacman_conf()
|
||||
self.mount_pacman_cache()
|
||||
|
||||
logging.info(f'Pacstrapping chroot {self.name}: {", ".join(self.base_packages)}')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue