aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-04-16 20:38:42 -0700
committerMatt Turner <mattst88@gentoo.org>2020-04-17 10:03:47 -0700
commitc6d5b3151d284f62f04fe2999b8c532e9b7323c7 (patch)
tree427c9064441896cd44b3fadc453cbfd2f8ee41f7 /doc
parentcatalyst: Remove dead 'all' digests case (diff)
downloadcatalyst-c6d5b3151d284f62f04fe2999b8c532e9b7323c7.tar.gz
catalyst-c6d5b3151d284f62f04fe2999b8c532e9b7323c7.tar.bz2
catalyst-c6d5b3151d284f62f04fe2999b8c532e9b7323c7.zip
catalyst: Remove 'contents' config option
This option seems completely absurd and on top of that has been completely broken, since contents() has been passed 'j', which is the mode, as the positional argument 'destination'. This only worked because destination is not used in the contents generation and the actual mode parameter has a default argument of 'auto'. So the config option has not worked in a long time and no one has noticed. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-config.5.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt
index 76ac4a29..220bb528 100644
--- a/doc/catalyst-config.5.txt
+++ b/doc/catalyst-config.5.txt
@@ -26,7 +26,6 @@ and empty lines are interpreted as comments. For example:
# /etc/catalyst/catalyst.conf
digests="auto"
-contents="auto"
envscript="/etc/catalyst/catalystrc"
options="autoresume bindist kerncache pkgcache seedcache snapcache"
@@ -57,32 +56,6 @@ supported options below. Adding them all may take a long time.
(example: `md5 sha1 sha512 whirlpool`). See the *SUPPORTED HASHES*
section for a list of supported hashes.
-*contents*::
-Create a `.CONTENTS` file listing the contents of the file. If this
-variable is empty, no `.CONTENTS` will be generated at all. Supported
-values:
-+
---
-auto::
-Strongly recommended
-
-tar-tv::
-Do `tar tvf FILE`
-
-tar-tvz::
-Do `tar tvzf FILE`
-
-tar-tvy::
-Do `tar tvyf FILE`
-
-isoinfo-l::
-Do `isoinfo -l -i FILE`
-
-isoinfo-f::
-Do `isoinfo -f -i FILE`. 'isoinfo-f' is the only option not chosen
-by the automatic algorithm.
---
-
*envscript*::
Environment script location, which allows users to set options such as
HTTP proxies, `MAKEOPTS`, `GENTOO_MIRRORS`, or any other environment