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

Difference between revisions of "Systemd-boot/ru"

From Manjaro
(Created page with "После изменения этого файла существующие записи должны быть пересозданы.")
Tags: Mobile web edit Mobile edit
(Created page with "{{UserCmd|command=sudo sdboot-manage gen}}")
Tags: Mobile web edit Mobile edit
Line 82: Line 82:
{{UserCmd|command=sudo sdboot-manage gen}}
{{UserCmd|command=sudo sdboot-manage gen}}


=== Setting up Plymouth splash screen ===
=== Настройка заставки Plymouth ===


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

Revision as of 04:34, 17 January 2023

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


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

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

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

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

После изменения этого файла существующие записи должны быть пересозданы.

user $ sudo sdboot-manage gen COPY TO CLIPBOARD


Настройка заставки Plymouth

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.