aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-04-05 11:57:52 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-04-05 11:57:52 -0400
commit189a1ce2cfb24efad8bc33c43a955c82547b4364 (patch)
tree7a19077730d11478d0f53a1e1ac70bc1969feb77 /doc
parentfix whitespace damage (diff)
downloadcatalyst-189a1ce2cfb24efad8bc33c43a955c82547b4364.tar.gz
catalyst-189a1ce2cfb24efad8bc33c43a955c82547b4364.tar.bz2
catalyst-189a1ce2cfb24efad8bc33c43a955c82547b4364.zip
make livecd depclean settings optional
allow livecd to keep build deps or just not run depclean at all
Diffstat (limited to 'doc')
-rw-r--r--doc/catalyst-spec.5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/catalyst-spec.5.txt b/doc/catalyst-spec.5.txt
index a1559faf..5e9cf87a 100644
--- a/doc/catalyst-spec.5.txt
+++ b/doc/catalyst-spec.5.txt
@@ -383,6 +383,15 @@ This is a list of any other files, not belonging to the above
packages, that you would wish to have copied into your netboot image
(example: `/lib/libresolv.so.2 /lib/libnss_compat.so.2`).
+*livecd/depclean*::
+This feature controls the depclean run after fsscript and before unmerge.
+The default is unset, and will run emerge --depclean --with-bdeps=n which results
+in the smallest possible livecd. For some use cases it may be nice to not run depclean at all,
+or to keep build deps. For those cases, the following two special cases are available:
+livecd/depclean: no
+livecd/depclean: keepbdeps
+This setting is only supported by the livecd target.
+
*<target>/unmerge*::
This is a list of packages that will be unmerged after all the kernels
have been built (example: `autoconf automake libtool m4 bison`).