summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chroot.conf
blob: 4e3fce575309b2cacbc9f7831e919a6290f50c07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/hint/bash
# shellcheck disable=2034

# 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