mkimage-profiles/features.in
Michael Shigorin 6c00e10b31 live, rescue: fix stage2cfg.mk LISTS/PACKAGES order
The reason is that package lists and individual packages
are processed in different dependency resolution "transactions"
by mkimage; thus if packages (the more precise form of specifying
the contents) come first they can't override the lists appearing
later, and that's wrong: we should be able to specify the more
generic things and then pinpoint the specifics.

This became apparent while authoring [[Mkimage/Profiles/m-p/howto]]
asked for by drool@.
2012-07-19 13:32:53 +03:00
..
00example docs update 2012-04-02 18:13:14 +03:00
bootloader several features forgot to show up in FEATURES 2012-04-23 23:10:29 +03:00
branding added plymouth feature 2012-06-14 17:15:24 +03:00
build-distro prep optimization 2012-07-16 18:24:18 +03:00
build-ve prep optimization 2012-07-16 18:24:18 +03:00
build-vm build-vm: standalone build is a must, too 2012-07-18 16:06:15 +03:00
cleanup lib/functions.mk: initial xport() 2012-07-02 16:14:34 +03:00
dev live-builder: minor fixes 2012-07-16 18:24:18 +03:00
dos cleanup scripts rehashed 2012-03-31 21:08:09 +03:00
firmware several features forgot to show up in FEATURES 2012-04-23 23:10:29 +03:00
hdt plant SHELL beacons into all config-forming rules 2012-03-19 19:23:38 +02:00
install2 lib/functions.mk: initial xport() 2012-07-02 16:14:34 +03:00
isohybrid initial kernel and metadata features 2012-05-10 21:18:02 +03:00
isomd5sum initial kernel and metadata features 2012-05-10 21:18:02 +03:00
kernel added plymouth feature 2012-06-14 17:15:24 +03:00
live live, rescue: fix stage2cfg.mk LISTS/PACKAGES order 2012-07-19 13:32:53 +03:00
lowmem introduced add_feature function 2011-11-19 11:47:29 +02:00
ltsp several features forgot to show up in FEATURES 2012-04-23 23:10:29 +03:00
memtest introduced add_feature function 2011-11-19 11:47:29 +02:00
metadata added plymouth feature 2012-06-14 17:15:24 +03:00
pack initial specific VM formats support 2012-06-25 19:29:38 +03:00
plymouth 05live.cfg: drop "splash" by default 2012-06-25 19:29:38 +03:00
power several features forgot to show up in FEATURES 2012-04-23 23:10:29 +03:00
repo initial kernel and metadata features 2012-05-10 21:18:02 +03:00
rescue live, rescue: fix stage2cfg.mk LISTS/PACKAGES order 2012-07-19 13:32:53 +03:00
slinux slinux/xfce: Added local-time hook. 2012-06-26 20:24:27 +04:00
stage2 added plymouth feature 2012-06-14 17:15:24 +03:00
syslinux build-vm: standalone build is a must, too 2012-07-18 16:06:15 +03:00
systemd systemd: Add 20-systemd-locale hook on live. 2012-06-22 15:38:00 +04:00
vm-net initial vm-{net,ssh} features 2012-06-25 19:29:38 +03:00
vm-ssh initial vm-{net,ssh} features 2012-06-25 19:29:38 +03:00
vmguest vm feature renamed to vmguest 2012-06-25 19:29:38 +03:00
x11 x11: use stage3 variations for THE_PACKAGES 2012-06-25 19:29:38 +03:00
Makefile initial vm-{net,ssh} features 2012-06-25 19:29:38 +03:00
README initial "+shortcut" support and refactoring 2012-03-19 13:14:07 +02: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, особенности) --
каталоги, содержимое каждого из которых реализует одну из
подключаемых автономных возможностей образа.

Каждая фича должна содержать задействуемый при построении
конфигурации будущего образа файл config.mk, включаемый
в ../main.mk; он может описывать одну или более целей
вида use/*, дополняющих конфигурацию, и при наличии
дополнительных хуков для копирования или generate.*
обязан добавить имя фичи в $(FEATURES), для чего
создана функция add_feature без аргументов.

На этапе генерации сборочного профиля фичи рассматриваются
после инициализации профиля (см. ../image.in/) и копирования
субпрофилей (см. ../sub.in/).  Для каждой фичи, указанной
в $(FEATURES), копируются подкаталоги сообразно субпрофилям,
а также производится обработка {image-,}scripts.d/; затем
выполняется скрипт generate.sh и задействуется generate.mk
(при их наличии).

Если фича дополняет хуками семейство целевых субпрофилей,
построенных на одном базовом, можно воспользоваться подкаталогом
с именем исходного базового субпрофиля (см. $src, $dst в Makefile).

Наиболее употребительные цели можно снабжать "ярлычками" вроде
"+icewm" с тем, чтобы сделать более краткими и выразительными
использующие их правила.  Просьба не злоупотреблять количеством.

Каталог lib/ является специфическим для фич, определяющих
построение конкретного вида образа -- см. build-*/.

Несложный пример содержится в 00example/, более близкий к жизни
и нынешним пределам возможностей метапрофиля -- в syslinux/.