# The full path to the chroot is # $CHROOTDIR/$CHROOT/$CHROOTCOPY # where $CHROOTCOPY is set at runtime, either # - based on the username # - set with the `-l COPY` flag # The purpose of having a $CHROOT setting is that multiple clones of the same # base $CHROOT can quickly and easily be created. CHROOTDIR=/var/lib/archbuild CHROOT=default # Extra packages to have installed on the chroot. # This is in addition to CHROOTPKG=(base-devel) CHROOTEXTRAPKG=(distcc ccache tsocks libretools)