summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/plugins/generators/packages.txt23
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: