Increase installer swap partition size

By default, cap-ram is set to limit the swap partition to 1024 MB. After
removing this limit, the swap partition is then created with the same
size as the RAM. We want to do this to make more swap available to live
systems.
This commit is contained in:
Jan Schär 2025-03-07 20:18:06 +01:00
parent 500ca36444
commit 6abd103395
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ d-i passwd/user-password-crypted password @install_admin_password@
d-i partman-auto/method string regular
d-i partman-auto/init_automatically_partition select some_device
d-i partman-auto/choose_recipe select atomic
d-i partman-auto/cap-ram string false
d-i partman/choose_partition select finish
d-i apt-setup/use_mirror boolean false