summaryrefslogtreecommitdiff
path: root/en
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2022-01-16 15:36:53 +0100
committerHolger Wansing <hwansing@mailbox.org>2022-01-16 15:36:53 +0100
commit11caefffa30e109872ba4140ee539bc02f624976 (patch)
treeb979e39c2d0bbcc6db8fe7d3732905af2a5fcb2b /en
parent1ff160e918ccc5c4d2d446db8fe10b5ac364c4be (diff)
downloadinstallation-guide-11caefffa30e109872ba4140ee539bc02f624976.zip
Document how to preseed the disabling of cdrom sources.list entries for DVD/BD installation images
Diffstat (limited to 'en')
-rw-r--r--en/appendix/preseed.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index d16e5b9c3..73fcf3382 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1430,6 +1430,11 @@ 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
+# Uncomment the following line, if you don't want to have the sources.list
+# entry for a DVD/BD installation image active in the installed system
+# (entries for netinst or CD images will be disabled anyway, regardless of
+# this setting).
+#d-i apt-setup/disable-cdrom-entries boolean true
# Uncomment this if you don't want to use a network mirror.
#d-i apt-setup/use_mirror boolean false
# Select which update services to use; define the mirrors to be used.