mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +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"
|
||||
digests="md5 sha1 sha512 whirlpool"
|
||||
hash_function="crc32"
|
||||
options="autoresume ccache kerncache pkgcache seedcache snapcache"
|
||||
options="autoresume ccache kerncache pkgcache"
|
||||
sharedir="/usr/lib/catalyst"
|
||||
storedir="$CATALYST_ROOT"
|
||||
distdir="$DISTDIR"
|
||||
|
Loading…
Reference in New Issue
Block a user