diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-10 20:50:37 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-10 21:02:10 -0600 |
commit | 41106df0cd90c18e8fa1b77e885f2d1d390b8129 (patch) | |
tree | 9fdd63601fe8505b43479e824e82a9c083894e62 /src | |
parent | 288b447edaf86c6bdc00f7100cda338f4d63887a (diff) |
improve documentation in chroot.conf
Diffstat (limited to 'src')
-rw-r--r-- | src/chroot-tools/chroot.conf | 13 |
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 |