Commit d23aba89 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Michael Shigorin

slinux: Install *-base lists conditionally

Add *-base lists on live only. On the full distro they will be added by the corresponding groups. Otherwise these packages will be _always_ installed.
parent 9cb77e4f
......@@ -10,12 +10,12 @@ use/slinux/base: use/isohybrid use/slinux use/x11/xorg use/x11/lightdm/gtk +puls
use/branding/complete; @:
@$(call set,KFLAVOURS,un-def)
@$(call add,THE_LISTS,gnome-p2p)
@$(call add,THE_LISTS,slinux/games-base)
@$(call add,THE_LISTS,slinux/graphics-base)
@$(call add,THE_LISTS,slinux/live)
@$(call add,LIVE_LISTS,slinux/games-base)
@$(call add,LIVE_LISTS,slinux/graphics-base)
@$(call add,LIVE_LISTS,slinux/multimedia-base)
@$(call add,LIVE_LISTS,slinux/network-base)
@$(call add,LIVE_LISTS,slinux/live)
@$(call add,THE_LISTS,slinux/misc-base)
@$(call add,THE_LISTS,slinux/multimedia-base)
@$(call add,THE_LISTS,slinux/network-base)
@$(call add,THE_LISTS,slinux/xfce-base)
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,STAGE2_PACKAGES,installer-distro-desktop)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment