summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chroot.conf
blob: 3b3c4459df8a06ea67b4e45e0a2df8b30aff4119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The full path to the chroot is
#   $CHROOTDIR/$CHROOT/$COPY
# where $COPY is set at runtime.
# See `librechroot help` for details.
CHROOTDIR=/var/lib/archbuild
CHROOT=default

# Extra packages to have installed on the chroot.
# This is in addition to CHROOTPKG=(base-devel)
CHROOTEXTRAPKG=()
#CHROOTEXTRAPKG+=(distcc-nozeroconf socat) # for BUILDENV+=(distcc)
#CHROOTEXTRAPKG+=(ccache) # for BUILDENV+=(ccache)
#CHROOTEXTRAPKG+=(libretools) # for running libremakepkg inside the chroot