mkimage-profiles/sub.in/stage1
Anton Midyukov 7a2f65f959 stage2: stage1 modules list update
Use full PATH, because otherwise extra modules with the same
endings are packed.
Instead of listing modules from the same directory, the path
to the directory is used.
The 10-stage2 list has been cleaned up, but still has a lot
of redundancy. Need added some basic lists for all targets.
2022-03-02 11:04:46 +07:00
..
files rename empty .gitignore to .empty 2022-01-19 20:28:51 +07:00
modules.d rename empty .gitignore to .empty 2022-01-19 20:28:51 +07:00
scripts.d rename empty .gitignore to .empty 2022-01-19 20:28:51 +07:00
.gitignore add .work to .gitignore for profile and subprofiles 2022-03-02 11:04:45 +07:00
initfs distro.mk: functionalization 2011-11-03 20:39:00 +02:00
Makefile sub.in/stage1: remove empty lines from kernel modules list 2022-02-13 21:16:01 +07:00
README doc, grub, stage1, stage2: Add support multiple kernels for grub only 2021-04-12 23:13:47 +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.

=== sub.in/stage1 ===

Этот каталог содержит субпрофиль первой стадии загрузки;
здесь место syslinux (загрузчик) и propagator (ориентировка
на местности, вытягивание второй стадии с CD/FTP/...).

Скрипты запускаются извне формируемого образа (scripts.d/);
следует крайне бережно относиться к объёму этой стадии.

Обратите внимание: если не указать явно требуемый вариант
ядер посредством STAGE1_KFLAVOURS, то будет взят из KFLAVOURS;
если используется загрузчик отличный от grub, то будет взят
последний указанный в STAGE1_KFLAVOURS или KFLAVOURS;
если не указать явно регэкс, описывающий требуемые в инсталяторе
kernel-modules-*, посредством STAGE1_KMODULES_REGEXP -- будут
доступны модули из kernel-image (упаковываются в boot/full*.cz).

Сам список модулей, попадающих в full.cz, определяется
в файле modules (наиболее базовые!) и дополняется указанным
в переменной STAGE1_MODLISTS набором списков модулей, см.
features.in/stage2/stage1/modules.d/ в качестве примера.

Требуется для инсталяционных, live- и rescue-образов,
соответствующими фичами подключается автоматически
(в силу зависимости stage2 от stage1).

Результат -- каталог syslinux/ для копирования в образ.