mkimage-profiles/features.in/stage2
Anton Midyukov 71c4debac5 stage2: fix use/stage2/kms/nvidia
All drm modules are added to the first and second stages, except
for nouveau and nvidia. Nouveau is added to stage2. nvidia needs
to be added to live and the base system separately. This is an
auxiliary target.

See also https://bugzilla.altlinux.org/31971
2023-04-10 23:06:04 +07:00
..
stage1 stage2,initrd-*: fix adding udev rules for named network interfaces 2023-03-10 19:31:26 +07:00
config.mk stage2: fix use/stage2/kms/nvidia 2023-04-10 23:06:04 +07:00
README Include README of features to documentation; fix syntax & links in them 2023-03-18 21:57:39 +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/stage2 ===

Эта фича служит для добавления в первую стадию хуков, необходимых
при наличии в stage1 ядра (что типично, но не обязательно).

Передача информации о конфигурации ядра между stage1 и stage2 также
требуется для оптимального сжатия squashfs-образа второй стадии.

Возможно пополнение списка опций конфигурации ядра (CONFIG_*),
необходимых для загрузки целевого дистрибутива, посредством
переменной STAGE1_KCONFIG (см. фичу efi в качестве примера).