Package: installation-guide Severity: wishlist Tags: patch
Hi, while playing around with fully automated installations (using a netinst or DVD-1 image), I found that the example-preseed.txt file (like https://www.debian.org/releases/bullseye/example-preseed.txt) is lacking a line for the apt-cdrom-setup: The question for ------------------------------------------- Template: apt-setup/cdrom/set-first Type: boolean Default: false #flag:translate!:3 # :sl1: _Description: Scan extra installation media? Scanning your installation media finds the label: . ${LABEL} . You now have the option of scanning additional media for use by the package manager (apt). Normally these should be from the same set as the one you booted from. If you do not have any additional media, this step can just be skipped. . If you wish to scan more media, please insert another one now. ------------------------------------------ The only question being asked during such installation was the above, all the rest worked via preseeding. A patch for the installation-guide is attached. Holger -- Holger Wansing <hwans...@mailbox.org> PGP-Finterprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076
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