mkimage-profiles/sub.in/stage1
Michael Shigorin e139a5e091 stage2: added broken-down module lists
These were produced off the single sub.in/stage1/modules
file using this scriptlet to prefix/annotate the names:

  grep '\.ko$' modules \
  | grep -v / \
  | while read m; do \
  	echo "$(find /lib/modules/$(uname -r)/kernel/{drivers,fs} \
		-name "$m" -printf %P $m $(modinfo -d "${m%.ko}" 2>&1)"; \
    done

...with subsequent sorting and manual separation.

This is meant to be the second stage in monolithic modules
file split, so the lists themselves are largely unmolested
otherwise.  The plan is to further split those into prefix-
and module-specific ones.

Add a note clarifying 10-stage2's status, by the way.
2015-04-20 13:35:28 +03:00
..
files features' day 2011-11-03 20:39:01 +02:00
scripts.d moved stage1 scripts into feature.in/installer 2011-11-04 16:15:29 +02:00
initfs distro.mk: functionalization 2011-11-03 20:39:00 +02:00
Makefile stage1, stage2: initial modlists support 2015-04-20 13:35:24 +03:00
modules stage2: added broken-down module lists 2015-04-20 13:35:28 +03:00
README stage1: READMEdability fix 2014-08-18 22:30:53 +04: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_KFLAVOUR, будет взят последний
из перечисленных в KFLAVOURS; если не указать явно регэкс,
описывающий требуемые в инсталяторе kernel-modules-*,
посредством STAGE1_KMODULES_REGEXP -- будут доступны модули
из kernel-image (упаковываются в syslinux/alt0/full.cz).

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

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