From b05a45f6ebb5286a23104e112620878174a1fd7b Mon Sep 17 00:00:00 2001 From: phg Date: Sun, 8 Feb 2026 16:19:45 +0100 Subject: [PATCH] Refactor partitioning configuration in preseed.cfg to optimize LVM setup and include additional packages --- debian/13-trixie-luks/http/preseed.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/debian/13-trixie-luks/http/preseed.cfg b/debian/13-trixie-luks/http/preseed.cfg index d139d75..b93751e 100644 --- a/debian/13-trixie-luks/http/preseed.cfg +++ b/debian/13-trixie-luks/http/preseed.cfg @@ -116,7 +116,7 @@ d-i partman-auto/expert_recipe string \ filesystem{ ext4 } \ mountpoint{ /boot } \ . \ - 25770 25770 25770 ext4 \ + 25770 25770 -1 ext4 \ $lvmok{ } \ lv_name{ root } \ method{ format } \ @@ -124,11 +124,6 @@ d-i partman-auto/expert_recipe string \ use_filesystem{ } \ filesystem{ ext4 } \ mountpoint{ / } \ - . \ - 1 10000 -1 ext4 \ - $lvmok{ } \ - lv_name{ reserved } \ - method{ keep } \ . d-i partman-partitioning/confirm_write_new_label boolean true @@ -140,7 +135,7 @@ d-i partman/confirm_nooverwrite boolean true d-i debconf/frontend select noninteractive tasksel tasksel/first multiselect standard, ssh-server -d-i pkgsel/include string qemu-guest-agent cloud-init curl vim +d-i pkgsel/include string cloud-init curl qemu-guest-agent sudo vim d-i pkgsel/upgrade select full-upgrade d-i pkgsel/update-policy select none d-i pkgsel/updatedb boolean true