From 8a7aa18a81c72b7a6d3ad1a71109912af6b7260c Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 27 Aug 2023 23:46:48 +0800 Subject: [PATCH] =?UTF-8?q?debian:=20=E5=8F=82=E8=80=83=E5=8E=9F=E7=89=88?= =?UTF-8?q?=E5=AE=89=E8=A3=85=EF=BC=8C=E4=B8=8D=E4=BD=BF=E7=94=A8=20contri?= =?UTF-8?q?b=20non-free=20backports=20=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian.cfg | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/debian.cfg b/debian.cfg index 36e8c11..9c30ba3 100644 --- a/debian.cfg +++ b/debian.cfg @@ -1,5 +1,7 @@ # shellcheck disable=SC2148,SC2154 # https://www.debian.org/releases/stable/amd64/apbs04.zh-cn.html +# https://www.debian.org/releases/stable/example-preseed.txt +# https://preseed.debian.net/debian-preseed/bookworm/amd64-main-full.txt # B.4.1. 本地化 d-i debian-installer/locale string en_US @@ -39,10 +41,11 @@ d-i partman-basicfilesystems/no_swap boolean true # B.4.8. 基本系统安装 # B.4.9. 设置 apt -d-i apt-setup/non-free boolean true -d-i apt-setup/contrib boolean true +d-i apt-setup/non-free boolean false +d-i apt-setup/non-free-firmware boolean true +d-i apt-setup/contrib boolean false d-i apt-setup/enable-source-repositories boolean false -d-i apt-setup/services-select multiselect security, updates, backports +d-i apt-setup/services-select multiselect security, updates d-i apt-setup/security_host string security.debian.org # B.4.10. 选择软件包