mkimage-profiles/features.in
Michael Shigorin 720a579690 wash, rinse, repeat
install2 cleanups:

- functionally indifferent ones: particularly, install2/*/98system's
  "mkdir -p /image" was superfluous as it was done by that time already
  by sub.in/stage2/image-scripts.d/00stage1

- taken apart, prepared for tags: so far it's a mostly moot change
  since the installer cleanup scripts themselves are mostly the same as
  preceding 90cleanup was (with some additions corresponding to recent
  kernel development); it's still unclear what the mechanism for
  configuring the cleanups in effect will be, either directory/package
  regex lists or tagged scripts excluded from execution by yet another tag

fixes:

- image.in/Makefile: fix metadata related test; the actual test was
  assuming that stage1 kernel means installer, which is not the case
  since generic stage2 introduction; oh well

- 85cleanup-lowmem: a "_" too much was the culprit in destroying the
  needed translations along with those deemed superfluous; thanks go to
  Oleg Ivanov and Lenar Shakirov for finding the bug and proposing the
  fix altogether

additions:

- features.in/Makefile: reworked help target; it was rather inaccessible
  due to BUILDDIR normally undefined at the time of direct make
  invocation, and BUILDDIR is normally defined during normal builds
  anyways so let's try it this way.

- README++

daydreams:

- 01-genbasedir: we should drop bzip2 compressed pkglists some day
  but see genbasedir and apt-cdrom first, 90-pkg.sh (alterator-pkg)
  will fail miserably otherwise
2011-11-04 16:15:31 +02:00
..
00example docs update 2011-11-04 16:15:30 +02:00
bootloader avoid setting GLOBAL_* altogether 2011-11-04 16:15:30 +02:00
cleanup wash, rinse, repeat 2011-11-04 16:15:31 +02:00
dos initial features.in/dos 2011-11-04 16:15:30 +02:00
firmware wash, rinse, repeat 2011-11-04 16:15:31 +02:00
hdt wash, rinse, repeat 2011-11-04 16:15:31 +02:00
install2 wash, rinse, repeat 2011-11-04 16:15:31 +02:00
live cosmetic fixup (s/GROUPS/MAIN_GROUPS/g) 2011-11-04 16:15:30 +02:00
lowmem wash, rinse, repeat 2011-11-04 16:15:31 +02:00
memtest COMMON_PACKAGES and SYSTEM_PACKAGES 2011-11-04 16:15:30 +02:00
powerbutton added some missing READMEs to a few features 2011-11-04 16:15:30 +02:00
rescue wash, rinse, repeat 2011-11-04 16:15:31 +02:00
stage2 stage2 based live subprofiles, updated docs 2011-11-04 16:15:30 +02:00
syslinux syslinux: trivial cleanup 2011-11-04 16:15:31 +02:00
x11 added some missing READMEs to a few features 2011-11-04 16:15:30 +02:00
Makefile wash, rinse, repeat 2011-11-04 16:15:31 +02:00
README features.in: tagged scripts support 2011-11-04 16:15:30 +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, включаемый
в ../distro.mk; он может описывать одну или более целей
вида use/*, дополняющих конфигурацию дистрибутива, и при
наличии дополнительных хуков для копирования или generate.*
должен добавить имя фичи в $(FEATURES).

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

  NB: тегированные скрипты являются экспериментальными,
      возможны недоработки и существенные изменения!

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

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