aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-11-25 03:31:42 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-11-25 03:31:42 +0000
commit3c83ebc459c181320c00edf4b31ea66b0c098f98 (patch)
treefc583f5fc939661a1494a0c318e96d955c28838e /files
parentadd /etc/portage to cleanables for stage 1-3 (diff)
downloadcatalyst-3c83ebc459c181320c00edf4b31ea66b0c098f98.tar.gz
catalyst-3c83ebc459c181320c00edf4b31ea66b0c098f98.tar.bz2
catalyst-3c83ebc459c181320c00edf4b31ea66b0c098f98.zip
add option for metadata_overlay use with portage
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1262 d1e1f19c-881f-0410-ab34-b69fee027534
Diffstat (limited to 'files')
-rw-r--r--files/catalyst.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf
index 4dfd3cf8..909e0d7b 100644
--- a/files/catalyst.conf
+++ b/files/catalyst.conf
@@ -38,6 +38,8 @@ hash_function="crc32"
# build stops in livecd-stage2)
# pkgcache = keeps a tbz2 of every built package (useful if your build stops
# prematurely)
+# metadata_overlay = enabled the metadata_overlay cache module in portage, which
+# uses the in-tree metadata
# seedcache = use the build output of a previous target if it exists to speed up
# the copy
# snapcache = cache the snapshot so that it can be bind-mounted into the chroot.
@@ -45,7 +47,7 @@ hash_function="crc32"
# your cache. The cache is unlinked before any empty or rm processing, though.
#
# (These options can be used together)
-options="autoresume kerncache pkgcache seedcache snapcache"
+options="autoresume kerncache pkgcache seedcache snapcache metadata_overlay"
# portdir specifies the source portage tree used by the snapshot target.
portdir="/usr/portage"