mkimage-profiles/conf.d/simply.mk
Michael Shigorin 7d09fed79b simply: use/branding
NB: for the feature to work properly the chosen branding
package set should have proper Provides: and Conflicts:,
specifically it must explicitly conflict with the most
lexicographically cool package set around (these days
it's sisyphus-server-light).
2012-05-06 19:17:10 +03:00

13 lines
357 B
Makefile

# simply images
ifeq (distro,$(IMAGE_CLASS))
distro/live-simply: distro/.livecd-install use/isohybrid use/slinux \
use/systemd use/firmware/wireless use/x11/drm use/x11/3d-proprietary \
use/branding/complete
@$(call add,THE_PACKAGES,apt-conf-sisyphus)
@$(call add,THE_LISTS,slinux/live-install)
@$(call add,THE_PACKAGES,apt-conf-sisyphus) ###
endif