7d09fed79b
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).
13 lines
357 B
Makefile
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
|