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:
Michael Marineau 2013-07-03 20:19:41 -04:00
parent 6aaaf3b846
commit d619e4f326

View File

@ -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"