summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chroot.conf
blob: a161a617e89dbcf654521bf7873d3c69186bb60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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)