summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2021-10-10 20:59:03 +0200
committerHolger Wansing <hwansing@mailbox.org>2021-10-10 20:59:03 +0200
commit2ddc5fdc02a6e9cf40a8ac5f8b4eb1b894aeca68 (patch)
treec0c88d32ee2d4f2d0016544f6267b8f74736f6f7 /en/appendix
parent39efc099eb068a6c4cf97144ed395e3e4793e1a0 (diff)
downloadinstallation-guide-2ddc5fdc02a6e9cf40a8ac5f8b4eb1b894aeca68.zip
Document the new 'avoid the tasksel prompt' preseeding feature, introduced in pkgsel 0.69
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.