mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-13 16:06:59 +02:00
fix(bootstrap_sdk): Remove seedcache and snapcache features.
We aren't taking full advantage of seedcache and untarring things isn't a big burden on us anyway so don't bother and hopefully avoid leaving oodles of files behind.
This commit is contained in:
parent
6aaaf3b846
commit
d619e4f326
@ -62,7 +62,7 @@ cat <<EOF
|
|||||||
contents="auto"
|
contents="auto"
|
||||||
digests="md5 sha1 sha512 whirlpool"
|
digests="md5 sha1 sha512 whirlpool"
|
||||||
hash_function="crc32"
|
hash_function="crc32"
|
||||||
options="autoresume ccache kerncache pkgcache seedcache snapcache"
|
options="autoresume ccache kerncache pkgcache"
|
||||||
sharedir="/usr/lib/catalyst"
|
sharedir="/usr/lib/catalyst"
|
||||||
storedir="$CATALYST_ROOT"
|
storedir="$CATALYST_ROOT"
|
||||||
distdir="$DISTDIR"
|
distdir="$DISTDIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user