Skip to content

Add options to bind directories into the chroot

Kristian Klausen requested to merge github/fork/jrouleau/feat/bind-mounts into master

Created by: jrouleau

Adds options to bind directories into the chroot. Additionally, passes the options on to makechrootpkg.

Most importantly, this allows for using local repositories, because otherwise, if the bind mounts are configured with makechrootpkg, they would not be present when the chroot is updated.

Merge request reports