aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-05-18 12:34:17 -0500
committerBen Kohler <bkohler@gentoo.org>2020-05-18 12:35:14 -0500
commit20d1b7a74839b3bf6e15787129e4555e5ae8c2df (patch)
treebb4bdaf11ca6d42f39850a90e831bcb768485688 /config
parenttools: Drop catalyst-auto-*-experimental.conf (diff)
downloadreleng-20d1b7a74839b3bf6e15787129e4555e5ae8c2df.tar.gz
releng-20d1b7a74839b3bf6e15787129e4555e5ae8c2df.tar.bz2
releng-20d1b7a74839b3bf6e15787129e4555e5ae8c2df.zip
config/{amd64,x86}-auto.conf: enable kerncache again
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'config')
-rw-r--r--config/amd64-auto.conf2
-rw-r--r--config/x86-auto.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/amd64-auto.conf b/config/amd64-auto.conf
index 907d51d7..20f1a874 100644
--- a/config/amd64-auto.conf
+++ b/config/amd64-auto.conf
@@ -1,6 +1,6 @@
sharedir="/usr/share/catalyst"
shdir="%(sharedir)s/targets"
-options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
+options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache"
portdir="/release/trees/portage-auto"
distdir="/release/tmp/distfiles"
storedir="/release/buildroot/amd64-dev"
diff --git a/config/x86-auto.conf b/config/x86-auto.conf
index 9c70f60a..a782f0f4 100644
--- a/config/x86-auto.conf
+++ b/config/x86-auto.conf
@@ -1,6 +1,6 @@
sharedir="/usr/share/catalyst"
shdir="%(sharedir)s/targets"
-options="autoresume bindist pkgcache preserve_libs seedcache snapcache"
+options="autoresume bindist kerncache pkgcache preserve_libs seedcache snapcache"
portdir="/release/trees/portage-auto"
distdir="/release/tmp/distfiles"
storedir="/release/buildroot/x86-dev"