summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chroot-tools/chroot.conf13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/chroot-tools/chroot.conf b/src/chroot-tools/chroot.conf
index 0e7f558..3b3c445 100644
--- a/src/chroot-tools/chroot.conf
+++ b/src/chroot-tools/chroot.conf
@@ -1,14 +1,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/$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=(distcc ccache tsocks libretools)
CHROOTEXTRAPKG=()
+#CHROOTEXTRAPKG+=(distcc-nozeroconf socat) # for BUILDENV+=(distcc)
+#CHROOTEXTRAPKG+=(ccache) # for BUILDENV+=(ccache)
+#CHROOTEXTRAPKG+=(libretools) # for running libremakepkg inside the chroot