8989fc2771
An initial draft of it was done half a year ago but several tricky thingies had kept the code from showing up as it was rather brittle and incomplete. This implementation involves quite a few changes all over the place but finally works good enough for live and installer images. Please pay attention to the versions of these packages: - installer-feature-setup-plymouth (0.3.2-alt1+) - branding-altlinux-sisyphus (20110706-alt2+ if used) - plymouth (0.8.3-alt20.git20110406+) See also: - http://www.altlinux.org/Branding - http://www.altlinux.org/Plymouth
12 lines
336 B
Makefile
12 lines
336 B
Makefile
# "1" is not a typo
|
|
use/stage2: sub/stage1
|
|
@$(call add_feature)
|
|
@$(call add,STAGE1_PACKAGES,file make-initrd make-initrd-propagator)
|
|
|
|
use/stage2/kms:
|
|
@$(call add,STAGE1_KMODULES_REGEXP,drm.*)
|
|
|
|
# NB: sub/stage2 isn't used standalone but rather
|
|
# as a base for various livecd modifications
|
|
# (currently install2, live, rescue)
|