summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chroot.conf
blob: d84e8b499b20cf891f9928722c510d678b2494f6 (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 base-devel sudo)
CHROOTEXTRAPKG=(distcc ccache tsocks libretools)