diff options
Diffstat (limited to 'en/appendix/preseed.xml')
-rw-r--r-- | en/appendix/preseed.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml index 76fdbca7a..fd8ba0996 100644 --- a/en/appendix/preseed.xml +++ b/en/appendix/preseed.xml @@ -988,11 +988,22 @@ set of packages in some other way. We recommend always including the </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. + +</para> + <informalexample role="example"><screen> tasksel tasksel/first multiselect standard, desktop #tasksel tasksel/first multiselect standard, web-server #tasksel tasksel/first multiselect standard, kde-desktop +#d-i pkgsel/include string openssh-server build-essential + # Some versions of the installer can report back on what software you have # installed, and what software you use. The default is not to report back, # but sending reports helps the project determine what software is most |