preseed: clean minimal LVM+EFI config (fr_CH), openssh-server, no swap

This commit is contained in:
2025-06-30 21:24:26 +02:00
parent c8210fbc27
commit fab9ff7c85
2 changed files with 26 additions and 23 deletions

View File

@@ -26,11 +26,14 @@ d-i partman-auto/expert_recipe string \
512 512 512 free \ 512 512 512 free \
$iflabel{ gpt } \ $iflabel{ gpt } \
$reusemethod{ } \ $reusemethod{ } \
method{ efi } format{ } \ method{ efi } \
format{ } \
. \ . \
500 10000 -1 btrfs \ 500 10000 -1 btrfs \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } use_filesystem{ } filesystem{ btrfs } mountpoint{ / } \ method{ format } format{ } \
use_filesystem{ } filesystem{ btrfs } \
mountpoint{ / } \
. .
d-i partman-partitioning/confirm_write_new_label boolean true d-i partman-partitioning/confirm_write_new_label boolean true

View File

@@ -29,17 +29,17 @@ d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-auto/choose_recipe select atomic d-i partman-auto/choose_recipe select atomic
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
no-swap :: \ btrfs-root :: \
1 1 1 free \ 512 512 512 free \
$iflabel{ gpt } \ $iflabel{ gpt } \
$reusemethod{ } \ $reusemethod{ } \
method{ efi } \ method{ efi } \
format{ } \ format{ } \
. \ . \
500 10000 -1 ext4 \ 500 10000 -1 btrfs \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ btrfs } \
mountpoint{ / } \ mountpoint{ / } \
. .