63b515c922
The rationale for the former is that the image gets slightly more compact (although the current sisyphus build is way larger than the t6/branch build of the optimization time, need to look into that...); and for the latter it's to provide yet another installer with a different enough kernel so that there's one more chance in a weird situation.
22 lines
665 B
Makefile
22 lines
665 B
Makefile
# desktop distributions
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
distro/.desktop-base: distro/.installer use/syslinux/ui/vesamenu use/x11/xorg
|
|
@$(call set,INSTALLER,desktop)
|
|
|
|
distro/.desktop-mini: distro/.desktop-base use/x11/xdm +power; @:
|
|
|
|
distro/.desktop-network: distro/.desktop-mini +vmguest
|
|
@$(call add,SYSTEM_PACKAGES,fonts-ttf-google-croscore-arimo)
|
|
@$(call add,BASE_LISTS, \
|
|
$(call tags,(base || desktop) && (l10n || network)))
|
|
|
|
distro/tde: distro/.desktop-mini +tde
|
|
@$(call set,KFLAVOURS,led-ws)
|
|
|
|
distro/icewm: distro/.desktop-network use/lowmem use/install2/fs +icewm; @:
|
|
distro/ltsp-tde: distro/tde +ltsp; @:
|
|
distro/ltsp-icewm: distro/icewm +ltsp; @:
|
|
|
|
endif
|