From 11caefffa30e109872ba4140ee539bc02f624976 Mon Sep 17 00:00:00 2001 From: Holger Wansing Date: Sun, 16 Jan 2022 15:36:53 +0100 Subject: Document how to preseed the disabling of cdrom sources.list entries for DVD/BD installation images --- en/appendix/preseed.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'en') 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. -- cgit v1.2.3