Manjaro Difference between revisions of "Systemd-boot/ru"

Difference between revisions of "Systemd-boot/ru"

From Manjaro
(Created page with "# если для LINUX_USE_DEVICE_FOR_RESUME установлено значение "yes", то указанное устройство будет использоватьс...")
Tags: Mobile web edit Mobile edit
(Created page with "# когда LINUX_USE_SWAP_FOR_RESUME имеет значение "yes", первое обнаруженное доступное устройство подкачки буд...")
Tags: Mobile web edit Mobile edit
Line 25: Line 25:
#LINUX_USE_DEVICE_FOR_RESUME=UUID=device_uuid
#LINUX_USE_DEVICE_FOR_RESUME=UUID=device_uuid


# when LINUX_USE_SWAP_FOR_RESUME is set to "yes", the first detected available swap device will be used for hibernation
# когда LINUX_USE_SWAP_FOR_RESUME имеет значение "yes", первое обнаруженное доступное устройство подкачки будет использоваться для гибернации
# i.e. the "resume=UUID=swap_device" parameter would be appended to the kernel command line
# т.е. параметр "resume=UUID=swap_device" будет добавлен к командной строке ядра
#LINUX_USE_SWAP_FOR_RESUME="no"
#LINUX_USE_SWAP_FOR_RESUME="no"



Revision as of 04:28, 17 January 2023

Other languages:
Deutsch • ‎English • ‎Türkçe • ‎русский


systemd-boot является альтернативой другим загрузчикам, таким как GRUB.

Конфигурация

Настройка записей

Записи в загрузчике автоматически генерируются с помощью sdboot-manager. Сгенерированные записи можно настроить отредактировав /etc/sd boot-manager.conf.

After changing this file, the existing entries need to be regenerated.

user $ sudo sdboot-manage gen COPY TO CLIPBOARD


Setting up Plymouth splash screen

After installing Plymouth the kernel bootline needs to be adjusted. This can be done by editing /etc/sdboot-manage.conf as follows:

Find the line

#LINUX_OPTIONS=""

and replace it with

LINUX_OPTIONS="quiet splash loglevel=3 rd.udev.log_priority=3 vt.global_cursor_default=0"

Further configuration

For further configuration such as custom entries, refer to ArchWiki.

See Also

systemd-boot on ArchWiki For a more complete article about systemd-boot.

dalto.8/systemd-boot-manager on GitLab For the automatic generators source code.

man systemd-boot.7 The man-page for systemd-boot.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.