regular.mk: use/domain-client/full in "rich" images

This is actually downplaying: the net effect is that
a few images continue to carry krb5-ticket-watcher
and have avahi service enabled by default while most
of the images have one "weird" item less on their menus
and a few hundred kilobytes less in total RSS.

These are not really needed by default in lightweight
distros sporting reduced application and services set,
and the heavier ones will take relatively less hit
by default while being more ready as ALT Domain clients
(which was the whole motivation behind adding the feature
and the corresponding pkglist).
This commit is contained in:
Michael Shigorin 2014-05-13 16:57:33 +04:00
parent db1e57d24a
commit b14aff979f

View File

@ -101,7 +101,8 @@ distro/regular-gnustep: distro/.regular-sysv \
distro/regular-gnustep-systemd: distro/.regular-base +systemd \ distro/regular-gnustep-systemd: distro/.regular-base +systemd \
mixin/regular-wmaker mixin/regular-gnustep; @: mixin/regular-wmaker mixin/regular-gnustep; @:
distro/regular-xfce: distro/.regular-gtk use/x11/xfce +nm; @: distro/regular-xfce: distro/.regular-gtk \
use/x11/xfce use/domain-client/full +nm; @:
distro/regular-lxde: distro/.regular-gtk use/x11/lxde use/fonts/infinality +nm distro/regular-lxde: distro/.regular-gtk use/x11/lxde use/fonts/infinality +nm
@$(call add,LIVE_LISTS,$(call tags,desktop gvfs)) @$(call add,LIVE_LISTS,$(call tags,desktop gvfs))
@ -109,7 +110,7 @@ distro/regular-lxde: distro/.regular-gtk use/x11/lxde use/fonts/infinality +nm
distro/regular-xmonad: distro/.regular-gtk use/x11/xmonad distro/regular-xmonad: distro/.regular-gtk use/x11/xmonad
@$(call add,LIVE_PACKAGES,livecd-regular-xmonad) @$(call add,LIVE_PACKAGES,livecd-regular-xmonad)
distro/regular-mate: distro/.regular-gtk use/x11/mate +nm distro/regular-mate: distro/.regular-gtk use/x11/mate use/domain-client/full +nm
@$(call add,LIVE_LISTS,$(call tags,mobile mate)) @$(call add,LIVE_LISTS,$(call tags,mobile mate))
distro/regular-e17: distro/.regular-gtk use/x11/e17 use/fonts/infinality; @: distro/regular-e17: distro/.regular-gtk use/x11/e17 use/fonts/infinality; @:
@ -135,7 +136,7 @@ distro/regular-tde-sysv: distro/.regular-sysv mixin/regular-tde \
use/net-eth/dhcp use/efi/refind; @: use/net-eth/dhcp use/efi/refind; @:
distro/regular-kde4: distro/.regular-desktop use/x11/kde4 use/x11/kdm4 \ distro/regular-kde4: distro/.regular-desktop use/x11/kde4 use/x11/kdm4 \
use/fonts/zerg +pulse +plymouth +nm use/fonts/zerg use/domain-client/full +pulse +plymouth +nm
@$(call add,LIVE_LISTS,$(call tags,(regular || network) && kde4)) @$(call add,LIVE_LISTS,$(call tags,(regular || network) && kde4))
@$(call add,LIVE_PACKAGES,rosa-imagewriter) @$(call add,LIVE_PACKAGES,rosa-imagewriter)