mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 02:18:21 -04:00
Get rid of /app hardcodes
Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
0e21f9060d
commit
482c5f8111
6 changed files with 7 additions and 7 deletions
2
image.py
2
image.py
|
@ -168,7 +168,7 @@ def cmd_build():
|
|||
create_chroot(
|
||||
chroot_name,
|
||||
packages=packages,
|
||||
pacman_conf='/app/local/etc/pacman.conf',
|
||||
pacman_conf=os.path.join(config.runtime['script_source_dir'], 'local/etc/pacman.conf'),
|
||||
extra_repos=extra_repos,
|
||||
)
|
||||
create_chroot_user(chroot_name, user=profile['username'], password=profile['password'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue