summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chroot.conf
blob: 754c40830f4796ebb59c5e39e94da10db97e94bc (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 of the form: $CHROOTDIR/$CHROOT/$COPY,
#   where $COPY is set at runtime, with $CHROOT as the default.
# See `librechroot help` for details.
CHROOTDIR=/var/lib/archbuild
CHROOT=default

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