From fab9ff7c85223c9435bc7f613b32279ca1430913 Mon Sep 17 00:00:00 2001 From: lapatatedouce Date: Mon, 30 Jun 2025 21:24:26 +0200 Subject: [PATCH] preseed: clean minimal LVM+EFI config (fr_CH), openssh-server, no swap --- preseed_debian_12_cinnamon.txt | 23 +++++++++++++---------- preseed_debian_12_standard_ssh.txt | 26 +++++++++++++------------- 2 files changed, 26 insertions(+), 23 deletions(-) diff --git a/preseed_debian_12_cinnamon.txt b/preseed_debian_12_cinnamon.txt index 05609ec..00131ed 100644 --- a/preseed_debian_12_cinnamon.txt +++ b/preseed_debian_12_cinnamon.txt @@ -21,16 +21,19 @@ d-i clock-setup/ntp boolean true d-i partman-auto/method string regular d-i partman-auto/disk string /dev/sda -d-i partman-auto/expert_recipe string \ - btrfs-root :: \ - 512 512 512 free \ - $iflabel{ gpt } \ - $reusemethod{ } \ - method{ efi } format{ } \ - . \ - 500 10000 -1 btrfs \ - $primary{ } $bootable{ } \ - method{ format } format{ } use_filesystem{ } filesystem{ btrfs } mountpoint{ / } \ +d-i partman-auto/expert_recipe string \ + btrfs-root :: \ + 512 512 512 free \ + $iflabel{ gpt } \ + $reusemethod{ } \ + method{ efi } \ + format{ } \ + . \ + 500 10000 -1 btrfs \ + $primary{ } $bootable{ } \ + method{ format } format{ } \ + use_filesystem{ } filesystem{ btrfs } \ + mountpoint{ / } \ . d-i partman-partitioning/confirm_write_new_label boolean true diff --git a/preseed_debian_12_standard_ssh.txt b/preseed_debian_12_standard_ssh.txt index 5bf8a2f..bf52c87 100644 --- a/preseed_debian_12_standard_ssh.txt +++ b/preseed_debian_12_standard_ssh.txt @@ -28,19 +28,19 @@ d-i partman-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-auto/choose_recipe select atomic -d-i partman-auto/expert_recipe string \ - no-swap :: \ - 1 1 1 free \ - $iflabel{ gpt } \ - $reusemethod{ } \ - method{ efi } \ - format{ } \ - . \ - 500 10000 -1 ext4 \ - $primary{ } $bootable{ } \ - method{ format } format{ } \ - use_filesystem{ } filesystem{ ext4 } \ - mountpoint{ / } \ +d-i partman-auto/expert_recipe string \ + btrfs-root :: \ + 512 512 512 free \ + $iflabel{ gpt } \ + $reusemethod{ } \ + method{ efi } \ + format{ } \ + . \ + 500 10000 -1 btrfs \ + $primary{ } $bootable{ } \ + method{ format } format{ } \ + use_filesystem{ } filesystem{ btrfs } \ + mountpoint{ / } \ . d-i partman-partitioning/confirm_write_new_label boolean true