LINUX.ORG.RU

Настройка preseed в ubuntu 22.04

 ,


0

1

Коллеги подскажите preseed команду ответа на вопрос «Updates and other software»

Это мой preseed файл, а еще не устанавливается русский язык.))

# Partitioning
ubiquity partman-auto/method string crypto
ubiquity partman-crypto/confirm boolean false
ubiquity partman-crypto/passphrase password ubuntu
ubiquity partman-crypto/passphrase-again password ubuntu
ubiquity partman-crypto/warn_erase boolean true
ubiquity partman-crypto/weak_passphrase boolean false

# This makes partman automatically partition without confirmation
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

# Locale
d-i keyboard-configuration/layoutcode select ru
d-i debian-installer/locale string ru_RU
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string ru


d-i debian-installer/language string ru
d-i debian-installer/country string RU

# Network
d-i netcfg/get_hostname string ubuntu
d-i netcfg/choose_interface select auto

# Clock
d-i clock-setup/utc-auto boolean true
d-i clock-setup/utc boolean true
d-i time/zone string Europe/Moscow
d-i clock-setup/ntp boolean true

# Packages, Mirrors, Image
d-i mirror/country string RU
d-i apt-setup/multiverse boolean true
d-i apt-setup/restricted boolean true
d-i apt-setup/universe boolean true

# Users
d-i passwd/user-fullname string ubuntu
d-i passwd/username string ubuntu
# Password: ubuntu
# Generate with "openssl passwd -6"
d-i passwd/user-password-crypted password $6$eRzcYyR3Xw2elP6l$l7JXHXxbXRgD8KCx4xFt4q7aJFpsUfjjMHbfYZAlJ56GLSspojJ6ODxlauuauL72jYbwhEhGwUmzgImIVCFle0
d-i passwd/user-default-groups string adm audio cdrom dip lpadmin sudo plugdev sambashare video
d-i passwd/root-login boolean false
d-i user-setup/allow-password-weak boolean false

# Grub
d-i grub-installer/grub2_instead_of_grub_legacy boolean true
d-i grub-installer/only_debian boolean true
d-i finish-install/reboot_in_progress note

# Custom Commands
ubiquity ubiquity/success_command string \
  in-target apt update;\
  

# Poweroff after install
#ubiquity ubiquity/poweroff boolean true

# Reboot after install
ubiquity ubiquity/reboot boolean true


Последнее исправление: Moroz (всего исправлений: 1)

Пожалуйста, прочти вот это:

Пустая строка (два раза Enter) начинает новый абзац. Знак ‘>’ в начале абзаца выделяет абзац курсивом цитирования.

Внимание: прочитайте описание разметки Markdown или LORCODE.

Отредактируй своё сообщение и используй разметку для оформления блоков кода.

Нажми кнопку предпросмотр, чтобы удостовериться, что сообщение выглядит правильно.

И его будет удобно читать тебе и остальным.

Уважай всех участников форума.

kostik87 ★★★★★
()