From 3136c4ab8cc36599f64839778b984079f7298cc5 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Sun, 28 Sep 2008 17:57:45 +0000 Subject: update set config documentation to include extend, remove and intersect options svn path=/main/trunk/; revision=11586 --- doc/config/sets.docbook | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/config/sets.docbook b/doc/config/sets.docbook index cfce6ecf6..ad37486c6 100644 --- a/doc/config/sets.docbook +++ b/doc/config/sets.docbook @@ -49,12 +49,21 @@ isn't stricly required, but it should always be used as the default handler might be changed in future versions.. That option defines which handler class should be used to - create the set. Other universal options available for single sets are - name (which is usually not needed as the name + create the set. Other universal options available for single sets are: + + name (which is usually not needed as the name of the set is generated from the section name if name - is missing) and world-candidate, which determines if - given package should be added to the world set. Some - handler classes might require additional options for their configuration, + is missing) + world-candidate, which determines if + given package should be added to the world set + extend to include the contents of other package sets + + remove to remove the contents of other package sets + + intersect to only include packages that are also + included in one or more other package sets + + Some handler classes might require additional options for their configuration, these will be covered later in this chapter. @@ -83,8 +92,10 @@ sets each section still requires the class option, but to indicate that the section should generate multiple sets it's also necessary to set the multiset option to - true. The world-candidate - option is also supported like with single sets. + true. The world-candidate, + extend, remove and + intersect options are also supported like with + single sets (they'll apply to all sets generated by the section). As it doesn't make much sense to specify a single name for multiple sets -- cgit v1.2.3-1-g7c22