summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 2344ea78d..804f4ac95 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1514,6 +1514,12 @@ set of packages in some other way. We recommend always including the
</para><para>
+Or if you don't want the tasksel dialog to be shown at all, preseed
+<classname>pkgsel/run_tasksel</classname> (no packages are installed
+via tasksel in that case).
+
+</para><para>
+
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
@@ -1525,6 +1531,10 @@ to be used easily on the kernel command line as well.
<informalexample role="example"><screen>
#tasksel tasksel/first multiselect standard, web-server, kde-desktop
+# Or choose to not get the tasksel dialog displayed at all (and don't install
+# any packages):
+#d-i pkgsel/run_tasksel boolean false
+
# Individual additional packages to install
#d-i pkgsel/include string openssh-server build-essential
# Whether to upgrade packages after debootstrap.