diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/appendix/preseed.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index fd8ba0996..6d1074c6d 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -986,14 +986,13 @@ You can also choose to install no tasks, and force the installation of a set of packages in some other way. We recommend always including the <userinput>standard</userinput> task. -</para> - -<para> +</para><para> -If you want to install a few extra individual packages as well as tasks, -then you can use the parameter <classname>pkgsel/include</classname>. The -value of this parameter may be either comma-separated or space-separated, so -you can use it easily on the kernel command line. +If you want to install some individual packages in addition to packages +installed by tasks, you can use the parameter +<classname>pkgsel/include</classname>. The value of this parameter can be +either comma-separated or space-separated, so you can also use it easily on +the kernel command line. </para> @@ -1002,6 +1001,7 @@ tasksel tasksel/first multiselect standard, desktop #tasksel tasksel/first multiselect standard, web-server #tasksel tasksel/first multiselect standard, kde-desktop +# Individual additional packages to install #d-i pkgsel/include string openssh-server build-essential # Some versions of the installer can report back on what software you have |