Compare commits

..

No commits in common. "69705bfdef4af9991686e9429a03419c0570a08c" and "14c3a2df7180773e94426107bf514dd531aeff77" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
--- ---
debianunattended_debian_version: 12.11.0 debianunattended_debian_version: 12.9.0

View File

@ -171,7 +171,7 @@ d-i clock-setup/ntp-server string {{ debianunattended_ntpserver }}
# - regular: use the usual partition types for your architecture # - regular: use the usual partition types for your architecture
# - lvm: use LVM to partition the disk # - lvm: use LVM to partition the disk
# - crypto: use LVM within an encrypted partition # - crypto: use LVM within an encrypted partition
d-i partman-auto/method string {{ debianunattended_partman_auto_method | default('lvm') }} d-i partman-auto/method string {{ debianunattended_partman_auto_method | default('regular') }}
# You can define the amount of space that will be used for the LVM volume # You can define the amount of space that will be used for the LVM volume
# group. It can either be a size with its unit (eg. 20 GB), a percentage of # group. It can either be a size with its unit (eg. 20 GB), a percentage of