mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-27 18:55:37 -04:00
Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
also moar crossdirect Signed-off-by: InsanePrawn <insane.prawny@gmail.com>
This commit is contained in:
parent
a4c06446e3
commit
d85c00fa12
8 changed files with 207 additions and 110 deletions
1
image.py
1
image.py
|
@ -172,6 +172,7 @@ def cmd_build():
|
|||
packages=packages,
|
||||
pacman_conf=os.path.join(config.runtime['script_source_dir'], 'local/etc/pacman.conf'),
|
||||
extra_repos=extra_repos,
|
||||
bind_mounts={},
|
||||
)
|
||||
create_chroot_user(chroot_name, user=profile['username'], password=profile['password'])
|
||||
if post_cmds:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue