A
A
Alexey R2021-12-01 10:07:32
Automation
Alexey R, 2021-12-01 10:07:32

What needs to be specified in the precced file to exclude this issue?

Good time of the day. Colleagues, kindly tell me what needs to be added to the line of the file so that this question is not asked? 61a71f070a98f760495647.png

the main part of the preceed file

#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

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Adamos, 2021-12-01
@Axeles

d-i preseed/early_command string umount /media

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question