From 20d1b7a74839b3bf6e15787129e4555e5ae8c2df Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 18 May 2020 12:34:17 -0500 Subject: [PATCH] config/{amd64,x86}-auto.conf: enable kerncache again Signed-off-by: Ben Kohler --- config/amd64-auto.conf | 2 +- 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"