diff options
author | Colin Watson <cjwatson@debian.org> | 2006-07-26 11:34:23 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2006-07-26 11:34:23 +0000 |
commit | 5b0df553290fa795867369948034c5046fa6f8d3 (patch) | |
tree | ff089e5a9a6498743da201a1c6ee0d9defd97d63 /en/appendix | |
parent | 2b7f8179c657531dc19c7cda905f0c85672e3cf7 (diff) | |
download | installation-guide-5b0df553290fa795867369948034c5046fa6f8d3.zip |
* Document new pkgsel/include setting.
Diffstat (limited to 'en/appendix')
-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 |