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