From cdd7247885f6fd11caea083c2484595ea3c111a0 Mon Sep 17 00:00:00 2001 From: chrimast <119728939+chrimast@users.noreply.github.com> Date: Sun, 16 Mar 2025 23:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20debian.cfg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian.cfg | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/debian.cfg b/debian.cfg index 0dd31b6..bcf3960 100644 --- a/debian.cfg +++ b/debian.cfg @@ -36,11 +36,18 @@ d-i passwd/root-login boolean true d-i time/zone string Asia/Shanghai # B.4.7. 分区 -d-i partman-auto/method string manual +d-i partman-auto/method string regular d-i partman-lvm/device_remove_lvm boolean true d-i partman-md/device_remove_md boolean true +d-i partman-auto/expert_recipe string + boot-root :: \ + 5120 1 112640 ext3 \ + method{ format } format{ } \ + use_filesystem{ } filesystem{ ext3 } \ + mountpoint{ / } \ + . \ d-i partman-partitioning/confirm_write_new_label boolean true -d-i partman/choose_partition select manual +d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean false