From 29f0154e4a5d6af5dd3fb6bd5b6dd615d58e53f8 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Tue, 12 Aug 2025 23:26:25 +0200 Subject: [PATCH] partman method umgestellt auf lvm --- templates/preseed.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/preseed.cfg.j2 b/templates/preseed.cfg.j2 index 24b514c..7624ace 100644 --- a/templates/preseed.cfg.j2 +++ b/templates/preseed.cfg.j2 @@ -171,7 +171,7 @@ d-i clock-setup/ntp-server string {{ debianunattended_ntpserver }} # - regular: use the usual partition types for your architecture # - lvm: use LVM to partition the disk # - crypto: use LVM within an encrypted partition -d-i partman-auto/method string {{ debianunattended_partman_auto_method | default('regular') }} +d-i partman-auto/method string {{ debianunattended_partman_auto_method | default('lvm') }} # You can define the amount of space that will be used for the LVM volume # group. It can either be a size with its unit (eg. 20 GB), a percentage of