generator.generate_pacman_conf_body(): add in_chroot=False param to use config.get_path('pacman') if necessary

This commit is contained in:
InsanePrawn 2022-08-23 21:41:41 +02:00
parent 5a794ba3dd
commit 3952892029
5 changed files with 10 additions and 5 deletions

View file

@ -34,7 +34,6 @@ class BaseChroot(Chroot):
'pacstrap',
'-C',
pacman_conf_target,
'-c',
'-G',
self.path,
] + self.base_packages + [