mkimage-profiles/features.in
Michael Shigorin 8d16069882 stage2: squashfs blocksize tweaks
Looks like the 128k default block size is pretty well chosen:
it saves ~6% of image size compared to 64k, and subsequent
differences are ~3% per doubling the block size up to 1M
(thanks led@ for carrying out the tests).

So we'll stick with 256k for "normal" xz compression (inodes
uncompressed) and get 512k back for "tight" one (compressed).
The runtime performance issues are to be examined yet when
bootchart or the like is deployed, nothing drastic though.

With "fast" (gzip/lzo) squash compression inodes go unmolested.

For the record, tight live-webkiosk builds as 95M image in 3:40,
and tight live-flightgear.iso builds as 669M image in 6:34.  Nice.

There's no much sense going for 1M block size: e.g. live-webkiosk
would drop to 93M (3:46) but its load time would increase up to
2:07 as compared to 1:48 for -b 524288 and 1:42 for -b 262144 -noI
on a Duron 500/512M system given the very same DVD+RW media.
2012-04-09 22:03:29 +03:00
..
00example docs update 2012-04-02 18:13:14 +03:00
bootloader features.in/bootloader: mind the make 2012-02-06 12:58:20 +02:00
build-distro initial ISO9660 metadata support 2012-03-26 22:23:28 +03:00
build-ve initial alien image support 2012-03-26 22:40:40 +03:00
cleanup cleanup scripts rehashed 2012-03-31 21:08:09 +03:00
dev initial "+shortcut" support and refactoring 2012-03-19 13:14:07 +02:00
dos cleanup scripts rehashed 2012-03-31 21:08:09 +03:00
firmware firmware related fixups 2011-12-20 16:13:14 +02:00
hdt plant SHELL beacons into all config-forming rules 2012-03-19 19:23:38 +02:00
install2 docs update 2012-04-02 18:13:14 +03:00
isohybrid docs update 2012-04-02 18:13:14 +03:00
isomd5sum initial isohybrid support 2011-12-16 15:22:28 +02:00
live live: tweak autologin warning 2012-04-09 22:03:29 +03:00
lowmem introduced add_feature function 2011-11-19 11:47:29 +02:00
ltsp docs update 2012-04-02 18:13:14 +03:00
memtest introduced add_feature function 2011-11-19 11:47:29 +02:00
pack initial isohybrid support 2011-12-16 15:22:28 +02:00
power power: apm += lphdisk 2012-04-09 22:03:29 +03:00
repo repo: generate RPM-GPG-KEY as well 2011-12-02 17:46:04 +02:00
rescue live tweaks for x11 rescue 2011-12-02 17:46:04 +02:00
stage2 stage2: squashfs blocksize tweaks 2012-04-09 22:03:29 +03:00
syslinux syslinux configuration revisited 2012-03-31 21:08:09 +03:00
systemd introduced add_feature function 2011-11-19 11:47:29 +02:00
virtualbox introduced THE_{KMODULES,PACKAGES,LISTS,GROUPS} 2011-12-19 22:32:59 +02:00
x11 docs update 2012-04-02 18:13:14 +03:00
Makefile initial "+shortcut" support and refactoring 2012-03-19 13:14:07 +02: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/.