Refactor partitioning configuration in preseed.cfg to optimize LVM setup and include additional packages
This commit is contained in:
parent
687775a5e5
commit
b05a45f6eb
1 changed files with 2 additions and 7 deletions
9
debian/13-trixie-luks/http/preseed.cfg
vendored
9
debian/13-trixie-luks/http/preseed.cfg
vendored
|
|
@ -116,7 +116,7 @@ d-i partman-auto/expert_recipe string \
|
||||||
filesystem{ ext4 } \
|
filesystem{ ext4 } \
|
||||||
mountpoint{ /boot } \
|
mountpoint{ /boot } \
|
||||||
. \
|
. \
|
||||||
25770 25770 25770 ext4 \
|
25770 25770 -1 ext4 \
|
||||||
$lvmok{ } \
|
$lvmok{ } \
|
||||||
lv_name{ root } \
|
lv_name{ root } \
|
||||||
method{ format } \
|
method{ format } \
|
||||||
|
|
@ -124,11 +124,6 @@ d-i partman-auto/expert_recipe string \
|
||||||
use_filesystem{ } \
|
use_filesystem{ } \
|
||||||
filesystem{ ext4 } \
|
filesystem{ ext4 } \
|
||||||
mountpoint{ / } \
|
mountpoint{ / } \
|
||||||
. \
|
|
||||||
1 10000 -1 ext4 \
|
|
||||||
$lvmok{ } \
|
|
||||||
lv_name{ reserved } \
|
|
||||||
method{ keep } \
|
|
||||||
.
|
.
|
||||||
|
|
||||||
d-i partman-partitioning/confirm_write_new_label boolean true
|
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
|
d-i debconf/frontend select noninteractive
|
||||||
tasksel tasksel/first multiselect standard, ssh-server
|
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/upgrade select full-upgrade
|
||||||
d-i pkgsel/update-policy select none
|
d-i pkgsel/update-policy select none
|
||||||
d-i pkgsel/updatedb boolean true
|
d-i pkgsel/updatedb boolean true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue