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

@@ -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