mkimage-profiles/features.in/initrd-bootchain
2022-02-13 21:16:01 +07:00
..
stage1 initrd-bootchain: split added modules by line in initrd.mk 2022-02-13 21:16:01 +07:00
config.mk initrd-bootchain: set BOOTCHAIN_LOGFILE to /var/log/chaind.log 2021-12-04 22:12:09 +07:00
generate.mk initrd-bootchain: allow BOOTCHAIN_LOGFILE, BOOTCHAIN_LOG_VT to be reassigned 2021-10-13 08:45:44 +07:00
README initrd-bootchain: allow overriding variables in bootchain config 2021-09-09 21:22:06 +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.

Осуществляется сборка 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!)