aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2015-05-24 00:36:49 -0700
committerBrian Dolbec <dolsen@gentoo.org>2015-09-06 14:18:00 -0700
commit9a280f3988a20e7d5e66dd42aaba4033be0ddba0 (patch)
tree4554d2df5fc157ab8d65efa0c664ae17b786ba8a /etc
parenttestpath: Add pyDeComp path (diff)
downloadcatalyst-9a280f3988a20e7d5e66dd42aaba4033be0ddba0.tar.gz
catalyst-9a280f3988a20e7d5e66dd42aaba4033be0ddba0.tar.bz2
catalyst-9a280f3988a20e7d5e66dd42aaba4033be0ddba0.zip
Apply new compress code, normalize paths
Fix the target_filename ending in a slash
Diffstat (limited to 'etc')
-rw-r--r--etc/catalyst.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index 7f566719..aa5d815a 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -72,9 +72,18 @@ hash_function="crc32"
# (These options can be used together)
options="autoresume bindist kerncache pkgcache seedcache snapcache"
-# portdir specifies the source portage tree used by the snapshot target.
+# Source portdir specifies the source portage tree used by the snapshot target.
portdir="/usr/portage"
+# Target portdir setting. It needs to be in 2 parts.
+# They will be used separately, then added together where needed.
+# eg:
+# repo_basedir="/var/lib/repos"
+# repo_name="gentoo"
+#
+repo_basedir="/usr"
+repo_name="portage"
+
# sharedir specifies where all of the catalyst runtime executables
# and other shared lib objects are.
# Most users do not need to change this.