diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2014-01-03 10:28:12 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2014-04-02 13:04:23 -0700 |
commit | b49a3aef208727aa8085e27a55e19400b71e3541 (patch) | |
tree | d8832b7560a22775ee764437729cce1be3c09ea2 /etc | |
parent | Add arm64 support (diff) | |
download | catalyst-b49a3aef208727aa8085e27a55e19400b71e3541.tar.gz catalyst-b49a3aef208727aa8085e27a55e19400b71e3541.tar.bz2 catalyst-b49a3aef208727aa8085e27a55e19400b71e3541.zip |
files/catalyst.conf: Whitespace cleanup
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index 57606ca6..2d377b22 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -15,12 +15,12 @@ digests="md5 sha1 sha512 whirlpool" # Creates a .CONTENTS file listing the contents of the file. Pick from any of # the supported options below: # auto - strongly recommended -# tar-tv - does 'tar tvf FILE' -# tar-tvz - does 'tar tvzf FILE' -# tar-tvy - does 'tar tvyf FILE' -# isoinfo-l - does 'isoinfo -l -i FILE' -# isoinfo-f - does 'isoinfo -f -i FILE' -# 'isoinfo-f' is the only option not chosen by the automatic algorithm. +# tar_tv - does 'tar tvf FILE' +# tar_tvz - does 'tar tvzf FILE' +# tar_tvy - does 'tar tvyf FILE' +# isoinfo_l - does 'isoinfo -l -i FILE' +# isoinfo_f - does 'isoinfo -f -i FILE' +# 'isoinfo_f' is the only option not chosen by the automatic algorithm. # If this variable is empty, no .CONTENTS will be generated at all. contents="auto" |