diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-16 23:38:14 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-17 10:03:47 -0700 |
commit | 45edc6510ce9cbf9cbe9ab5d2b7b8cd9f65f84cb (patch) | |
tree | 9cb9b5e3832958ddb0db3cbb29143c0011fe40bf /doc | |
parent | catalyst: Remove 'contents' config option (diff) | |
download | catalyst-45edc6510ce9cbf9cbe9ab5d2b7b8cd9f65f84cb.tar.gz catalyst-45edc6510ce9cbf9cbe9ab5d2b7b8cd9f65f84cb.tar.bz2 catalyst-45edc6510ce9cbf9cbe9ab5d2b7b8cd9f65f84cb.zip |
catalyst: Remove the 'hash_function' config option
Switch to SHA1, which is plenty fast. The next commit switches from the
external shash/b2sum tools to Python's hashlib, and the removal of this
config option will simplify that since the crc32 hash is in a different
python module (zlib).
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/catalyst-config.5.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index 220bb528..d5e8c128 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -66,12 +66,6 @@ variables using POSIX shell notation: export FOO="bar" --------------------------------- -*hash_function*:: -Internal hash function catalyst should use for things like autoresume, -seedcache, etc. The default and fastest is `crc32`. You should not -ever need to change this unless your OS does not support it. See the -*SUPPORTED HASHES* section for a list of supported hashes. - **options*:: Set different build-time options (example: `autoresume bindist kerncache pkgcache seedcache snapcache`). Supported values: |