mkimage-profiles/sub.in/rootfs
Michael Shigorin 67adab492f initial rootfs subprofile and services feature
This subprofile is akin to THE_* variables family: the configuration
bits and script hooks sitting there influence whatever chroot is
declared to be the user facing one in the end, whether it comes
from vm image or live subprofile.

The services feature ought to be a changeset of its own which would
be based on rootfs and become the base for ve/vm changes but I chose
to just do it atomically; some pre-existing duplicates are pruned now.
2013-06-17 14:03:53 +04:00
..
image-scripts.d initial rootfs subprofile and services feature 2013-06-17 14:03:53 +04:00
README initial rootfs subprofile and services feature 2013-06-17 14:03: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/rootfs ===

Этот каталог содержит общие компоненты, добавляемые в "пользовательскую"
корневую файловую систему вне зависимости от того, с чем именно в итоге
столкнётся пользователь: livecd, vm, arm...

Соответственно функциональность вроде настройки автоматического входа
в систему, которая должна быть задействована вне зависимости от того,
какая часть профиля отвечает за формирование итоговой "пользоФС",
может быть помещена в подкаталог rootfs/ (аналогично stage2/ для фич,
дополняющих все производные субпрофиля stage2).

В фичах, опирающихся на функциональность rootfs, следует указывать
зависимость на sub/rootfs@нужное (например, sub/rootfs@live в фиче
live, порождающей субпрофиль live из субпрофиля stage2).

Зависимость на sub/rootfs не имеет смысла, указывать подобное не следует
ни в фичах, дополняющих rootfs, ни в фичах, опирающихся на неё.