kworkstation.mk: Exclude rescue+x11+extra package list from LiveCD

This commit is contained in:
Anton Midyukov 2020-09-22 11:43:24 +07:00
parent 1ab2e3c86d
commit 2d0ddf44d3

View File

@ -124,9 +124,9 @@ mixin/kworkstation-install-opts:
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_LISTS,$(call tags,rescue fs))
@$(call add,LIVE_LISTS,$(call tags,rescue live))
@$(call add,LIVE_LISTS,$(call tags,rescue x11))
@$(call add,LIVE_LISTS,$(call tags,rescue x11 !extra))
@$(call add,LIVE_LISTS,$(call tags,rescue crypto))
@$(call add,LIVE_LISTS,$(call tags,rescue extra))
@$(call add,LIVE_LISTS,$(call tags,rescue extra !x11))
@$(call add,LIVE_LISTS,sound/pulseaudio)
@$(call add,LIVE_LISTS,kworkstation/live-rescue)
@$(call add,THE_LISTS,kworkstation/kde5-base)