diff options
author | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2018-04-05 11:57:52 -0400 |
---|---|---|
committer | Rick Farina (Zero_Chaos) <zerochaos@gentoo.org> | 2018-04-05 11:57:52 -0400 |
commit | 189a1ce2cfb24efad8bc33c43a955c82547b4364 (patch) | |
tree | 7a19077730d11478d0f53a1e1ac70bc1969feb77 /examples | |
parent | fix whitespace damage (diff) | |
download | catalyst-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 'examples')
-rw-r--r-- | examples/livecd-stage2_template.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index a90b7aac..a19812ae 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -336,6 +336,13 @@ boot/kernel/gentoo/console: # Currently this feature will be enabled if livecd/verify is defined to *any* value, leave commented to disable. #livecd/verify: true +# 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 is a list of packages that will be unmerged after all the kernels have # been built. There are no checks on these packages, so be careful what you # add here. They can potentially break your CD. |