diff options
author | Frans Pop <elendil@planet.nl> | 2006-07-30 15:15:58 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-07-30 15:15:58 +0000 |
commit | 3877f728f263d49ac04250e06b73a817127b6d1f (patch) | |
tree | 49050467843cd1ca4447318ea7c17ba498b75325 /en | |
parent | 549410e15b28137b76dc86e32ca5935d8000e8d0 (diff) | |
download | installation-guide-3877f728f263d49ac04250e06b73a817127b6d1f.zip |
Review
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 |