Доброе время суток. Коллеги будьте добры подскажите что необходимо добавить в строку присид файла что бы данный вопрос не задавался?
основная часть preceed файла
#General configuration
d-i auto-install/enable boolean true
d-i debconf/priority string critical
d-i pkgsel/update-policy select none
# Локализация
d-i debian-installer/locale string ru_RU.UTF-8
d-i debian-installer/language string ru
d-i debian-installer/country string RU
d-i debian-installer/keymap string ru
d-i debian-installer/locale select ru_RU.UTF-8
d-i debconf/language string ru
d-i localechooser/languagelist select ru
d-i console-setup/ask_detect boolean false
# Клавиатура
d-i localechooser/shortlist/ru select
d-i localechooser/preferred-locale select ru_RU.UTF-8
d-i localechooser/languagelist select ru
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string ru
d-i console-setup/variant select Россия
d-i console-setup/toggle select Alt+Shift
d-i console-keymaps-at/keymap select ru
d-i keyboard-configuration/xkb-keymap select ru:browse confirm saveas
# d-i base-installer/kernel/override-image string linux-generic-hwe-18.04
d-i mirror/country string manual
d-i mirror/http/hostname string ru.archive.ubuntu.com
d-i mirror/http/directory string /ubuntu
# Сеть
d-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string pol-kab-pc
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Do not configure the network at this time
# <...>
# Часы
d-i clock-setup/utc boolean true
d-i time/zone string Europe/Saratov
d-i clock-setup/ntp boolean true
# Пользователи
d-i passwd/root-login boolean false
d-i passwd/make-user boolean true
d-i passwd/user-fullname string tor
d-i passwd/username string tor
d-i passwd/user-password-crypted password $6$qUpfW/jOLOk4sM4oLfCI0Pw.S.s1jBfqEbMQiZjzkiyZui0Wi1S8xOQ000lVtRFH3HaqCSkkTODlQTyVWV.
d-i user-setup/allow-password-weak boolean true
d-i user-setup/encrypt-home boolean false
# Разбиение диска.
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-auto/choose_recipe select unencrypted-install
d-i partman-auto/expert_recipe string \
unencrypted-install :: \
32 32 32 fat32 \
$primary{ } \
$bootable{ } \
method{ efi } \
$lvmignore{ } \
format{ /boot/efi } \
. \
230024 230024 230024 ext4 \
$primary{ } \
method{ format } \
format{ } \
use_filesystem{ } \
filesystem{ ext4 } \
mountpoint{ / } \
. \
d-i partman-md/confirm boolean true
d-i partman-partitioning/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