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
429 B
Makefile
12 lines
429 B
Makefile
# NB: release part of branding goes to install2 feature
|
|
use/branding:
|
|
@$(call add_feature)
|
|
|
|
# NB: not every distro might have all the branding of its own
|
|
use/branding/full: use/branding use/syslinux/ui/gfxboot
|
|
@$(call add,THE_BRANDING,alterator bootsplash graphics)
|
|
@$(call add,THE_BRANDING,indexhtml notes slideshow)
|
|
|
|
use/branding/complete: use/branding/full use/plymouth/full
|
|
@$(call add,INSTALL2_BRANDING,notes slideshow)
|