diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-05 19:39:05 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-05 19:39:05 -0400 |
commit | d575cf227f4b17e50fb3a9e0d434961a42f3e875 (patch) | |
tree | 524dceeff02faae85342fcb24461d0975c2d154b | |
parent | Currently catalyst does not support ppc64le arch, (diff) | |
download | catalyst-d575cf227f4b17e50fb3a9e0d434961a42f3e875.tar.gz catalyst-d575cf227f4b17e50fb3a9e0d434961a42f3e875.tar.bz2 catalyst-d575cf227f4b17e50fb3a9e0d434961a42f3e875.zip |
catalyst.conf: minor tweaks to comments
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r-- | files/catalyst.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/catalyst.conf b/files/catalyst.conf index 57606ca6..3a0763ee 100644 --- a/files/catalyst.conf +++ b/files/catalyst.conf @@ -1,6 +1,6 @@ # /etc/catalyst/catalyst.conf -# Simple desriptions of catalyst settings. Please refer to the online +# Simple descriptions of catalyst settings. Please refer to the online # documentation for more information. # Creates a .DIGESTS file containing the hash output from any of the supported @@ -53,14 +53,14 @@ hash_function="crc32" # however, it is suggested to enable this if redistributing builds. # ccache = enables build time ccache support # distcc = enable distcc support for building. You have to set distcc_hosts in -# your spec file. +# your spec file. # icecream = enables icecream compiler cluster support for building # kerncache = keeps a tbz2 of your built kernel and modules (useful if your # build stops in livecd-stage2) # pkgcache = keeps a tbz2 of every built package (useful if your build stops # prematurely) # preserve_libs = enables portage to preserve used libs when unmerging packages -# (used on installcd-stage2 and stage4 targets) +# (used on installcd-stage2 and stage4 targets) # seedcache = use the build output of a previous target if it exists to speed up # the copy # snapcache = cache the snapshot so that it can be bind-mounted into the chroot. |