mkimage-profiles/features.in/build-distro
Michael Shigorin 2f389cfce1 build-distro: added META_DISK_INFO support
This one can be used to override the default content
of .disk/info file (used by propagator but can find
some other uses within installer as well); the reason
being that ISO9660's Volume ID is up to 32 characters
and a file lacks that particular limitation.
2019-03-08 17:27:07 +03:00
..
lib build-distro: added META_DISK_INFO support 2019-03-08 17:27:07 +03:00
scripts.d build-distro: drop sortfile on the floor 2013-02-04 22:18:26 +04:00
config.mk documentation: use paths relative to toplevel dir 2014-03-05 21:36:30 +04:00
README build-distro: added META_DISK_INFO support 2019-03-08 17:27:07 +03: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.

Эта фича конфигурирует создание образа дистрибутива, включая работу
с субпрофилями -- которая сейчас нужна только дистрибутивным целям.

Дополняет финальную стадию сборки (lib/, scripts.d/)
и тесно с ней связана.

При желании более полно воспользоваться доступными средствами
фиксации метаданных обратите внимание на следующие переменные:
META_SYSTEM_ID, META_PUBLISHER, META_PREPARER, META_APP_ID,
META_VOL_ID, META_VOL_SET, META_BIBLIO, META_ABSTRACT;
см. тж. genisoimagerc(5) из пакета genisoimage.

При необходимости задать своё содержимое файла .disk/info,
который также используется propagator, см. META_DISK_INFO.