Anton Midyukov 13bbf7e6e6 initrd-bootchain: exclude initrd feature kbd
There is wrong  to configure the tty in the initrd, as this prevents
the tty from being configured according to the specified language in
the kernel cmdline.
2023-10-21 22:56:03 +07:00
..

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

=== features.in/initrd-bootchain ===

Осуществляется сборка initrd.img при помощи make-initrd с включенными фичами
bootchain. Это альтернатива фичи initrd-propagator. Используется тот же список
модулей ядра, что и при сборке с propagator, но в отличие от последнего модули
добавляются в initrd.img самим make-initrd.

Документацию по использованию bootchain следует смотреть в пакетах
make-initrd-bootchain-*:

  /usr/share/make-initrd/features/bootchain-*/README.md

Конфиг находится в stage1/files/bootchain. Почти все переменные можно
переопределить. Переменные в m-p по сравнению с конфигом bootchain
имеют приставку 'BOOTCHAIN_'. Дефолты заданы в config.mk

Переопределить можно так:

  $(call set,BOOTCHAIN_OEM_WELCOME_TEXT,Welcome to my OS!)