Commit 2d0ddf44 authored by Anton Midyukov's avatar Anton Midyukov

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

parent 1ab2e3c8
......@@ -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)
......
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