From e5387668e8fab5790f5fed0828fadedb5a097db8 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Fri, 18 Apr 2025 08:22:19 +0200 Subject: [PATCH] Fix. --- bookworm/preseed.cfg | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/bookworm/preseed.cfg b/bookworm/preseed.cfg index ded64d7..3690092 100644 --- a/bookworm/preseed.cfg +++ b/bookworm/preseed.cfg @@ -41,7 +41,34 @@ d-i partman-auto/init_automatically_partition select 70some_device_crypto_______ d-i partman-auto/disk string /dev/nvme0n1p3 #d-i partman-auto/select_disk select /var/lib/partman/devices/=dev=nvme0n1 # "Partition disks":"Partitioning scheme:"/"All files in one partition (recommended for new users)" -d-i partman-auto/choose_recipe select atomic +d-i partman-auto/expert_recipe string custom-crypto :: \ +538 538 1075 free \ + $iflabel{ gpt } \ + $reusemethod{ } \ + method{ efi } \ + format{ } . \ +512 512 768 ext2 \ + $defaultignore{ } \ + method{ format } \ + format{ } \ + use_filesystem{ } \ + filesystem{ ext2 } \ + mountpoint{ /boot } . \ +900 10000 -1 $default_filesystem \ + $lvmok{ } \ + $lv_name{ root } \ + method{ format } \ + format{ } \ + use_filesystem{ } \ + $default_filesystem{ } \ + mountpoint{ / } . \ +48000 48000 48000 linux-swap \ + $lvmok{ } \ + $lv_name{ swap } \ + $reusemethod{ } \ + method{ swap } \ + format{ } . +d-i partman-auto/choose_recipe select custom-crypto # "Partition disks"/"Write the changes to disks and configure LVM?" d-i partman-lvm/confirm boolean true # "Partition disks"/"Erasing data on /dev/nvme0n1p3:" -- 2.30.2