Refactor partitioning configuration in preseed.cfg to optimize LVM setup and include additional packages

This commit is contained in:
Philip Henning 2026-02-08 16:19:45 +01:00
parent 687775a5e5
commit b05a45f6eb

View file

@ -116,7 +116,7 @@ d-i partman-auto/expert_recipe string \
filesystem{ ext4 } \
mountpoint{ /boot } \
. \
25770 25770 25770 ext4 \
25770 25770 -1 ext4 \
$lvmok{ } \
lv_name{ root } \
method{ format } \
@ -124,11 +124,6 @@ d-i partman-auto/expert_recipe string \
use_filesystem{ } \
filesystem{ ext4 } \
mountpoint{ / } \
. \
1 10000 -1 ext4 \
$lvmok{ } \
lv_name{ reserved } \
method{ keep } \
.
d-i partman-partitioning/confirm_write_new_label boolean true
@ -140,7 +135,7 @@ d-i partman/confirm_nooverwrite boolean true
d-i debconf/frontend select noninteractive
tasksel tasksel/first multiselect standard, ssh-server
d-i pkgsel/include string qemu-guest-agent cloud-init curl vim
d-i pkgsel/include string cloud-init curl qemu-guest-agent sudo vim
d-i pkgsel/upgrade select full-upgrade
d-i pkgsel/update-policy select none
d-i pkgsel/updatedb boolean true