diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-05-18 12:34:17 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-05-18 12:35:14 -0500 |
commit | 20d1b7a74839b3bf6e15787129e4555e5ae8c2df (patch) | |
tree | bb4bdaf11ca6d42f39850a90e831bcb768485688 /config | |
parent | tools: Drop catalyst-auto-*-experimental.conf (diff) | |
download | releng-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.conf | 2 | ||||
-rw-r--r-- | config/x86-auto.conf | 2 |
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" |