From 41106df0cd90c18e8fa1b77e885f2d1d390b8129 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Jun 2013 20:50:37 -0600 Subject: improve documentation in chroot.conf --- src/chroot-tools/chroot.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/chroot-tools/chroot.conf') 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 -- cgit v1.2.2