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
7 lines
192 B
Makefile
7 lines
192 B
Makefile
# step 4: build the distribution image
|
|
# take care for kernel bits
|
|
|
|
DOT_BASE += $(call kpackages, \
|
|
$(THE_KMODULES) $(BASE_KMODULES) $(BASE_KMODULES_REGEXP), \
|
|
$(KFLAVOURS))
|