diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-04-22 08:38:15 -0500 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-04-22 08:38:53 -0500 |
commit | 4a0ca0da48119cac558b489f1bbe413629638254 (patch) | |
tree | 101322acd1f2b1b80a4f0e95d4051dbd727f177c | |
parent | 5d96dc75f95fd18cd212d8227094a256592a9e81 (diff) | |
download | bcfg2-4a0ca0da48119cac558b489f1bbe413629638254.tar.gz bcfg2-4a0ca0da48119cac558b489f1bbe413629638254.tar.bz2 bcfg2-4a0ca0da48119cac558b489f1bbe413629638254.zip |
doc: Fix note
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
-rw-r--r-- | doc/server/plugins/generators/packages.txt | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt index 8b3920bf6..67c6ac119 100644 --- a/doc/server/plugins/generators/packages.txt +++ b/doc/server/plugins/generators/packages.txt @@ -115,21 +115,20 @@ like this: </Sources> .. note:: + The default behavior of the Packages plugin is to not make + any assumptions about which packages you want to have added + automatically. For that reason, neither **Recommended** + nor **Suggested** packages are added as dependencies by + default. You will notice that the default behavior for apt is + to add Recommended packages as dependencies. You can configure + the Packages plugin to add recommended packages by adding + the following: - The default behavior of the Packages plugin is to not make - any assumptions about which packages you want to have added - automatically. For that reason, neither **Recommended** - nor **Suggested** packages are added as dependencies by - default. You will notice that the default behavior for apt is - to add Recommended packages as dependencies. You can configure - the Packages plugin to add recommended packages by adding - the following: + .. versionadded:: 1.1.0 - .. versionadded:: 1.1.0 + .. code-block:: xml - .. code-block:: xml - - <Recommended>True</Recommended> + <Recommended>True</Recommended> Yum sources can be similarly specified: |