summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2021-09-10 14:51:46 +0200
committerHolger Wansing <hwansing@mailbox.org>2021-09-10 14:51:46 +0200
commit89bfb9b3e814794c3e2d3e1684a18ecf514bcdc6 (patch)
tree2384ecfcf20950818c644a6f9cec2b8df582cd12 /en/appendix
parent829f2dae8983cf80437c70e8fe41a58e200122c3 (diff)
downloadinstallation-guide-89bfb9b3e814794c3e2d3e1684a18ecf514bcdc6.zip
Add missing preseed line in example-preseed template for apt-setup
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index 4f984b33b..83a7a4d6d 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1414,6 +1414,9 @@ earlier questions. You can optionally add other (local) repositories.
</para>
<informalexample role="example"><screen>
+# Choose, if you want to scan additional installation media
+# (default: false).
+d-i apt-setup/cdrom/set-first boolean false
# You can choose to install non-free and contrib software.
#d-i apt-setup/non-free boolean true
#d-i apt-setup/contrib boolean true