From 8d3c769a7133f8e021eb86c296eb415c3356c26a Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Sat, 8 Dec 2012 15:46:59 -0500
Subject: chroot.conf: clarify what each setting does

---
 src/chroot-tools/chroot.conf | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

(limited to 'src')

diff --git a/src/chroot-tools/chroot.conf b/src/chroot-tools/chroot.conf
index cd5c71d..d84e8b4 100644
--- a/src/chroot-tools/chroot.conf
+++ b/src/chroot-tools/chroot.conf
@@ -1,7 +1,13 @@
-## The directory where the chroots are stored
+# 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=/var/lib/archbuild
-## Extra packages to have installed on the chroot (besides base base-devel and sudo)
-CHROOTEXTRAPKG=(distcc ccache tsocks libretools)
-## The meaning of this changes based on the version of libretools+devtools
-## do NOT set it to 'root'
 CHROOT=default
+
+# Extra packages to have installed on the chroot.
+# This is in addition to CHROOTPKG=(base base-devel sudo)
+CHROOTEXTRAPKG=(distcc ccache tsocks libretools)
-- 
cgit v1.2.3-2-g168b