Как правильно надо указать в preseed файле, что бы не создавался swap раздел?
На данный момент, есть следующая конфигурация:
d-i partman-auto/disk string /dev/sda
d-i partman-auto/init_automatically_partition \
select Use the largest continuous free space
d-i partman-auto/method string regular
d-i partman-auto/choose_recipe \
select All files in one partition (recommended for new users)
d-i partman-auto/choose_recipe select boot-root
d-i partman-basicfilesystems/no_swap boolean false
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman/mount_style select uuid