Commit 49e306b6 authored by Anton Midyukov's avatar Anton Midyukov

rescue: Not select pakage list with tag "x11"

parent 1aa35947
...@@ -23,7 +23,7 @@ ifneq (,$(EFI_BOOTLOADER)) ...@@ -23,7 +23,7 @@ ifneq (,$(EFI_BOOTLOADER))
endif endif
@$(call add,RESCUE_LISTS,\ @$(call add,RESCUE_LISTS,\
$(call tags,(base || extra || server || backup || misc || fs) \ $(call tags,(base || extra || server || backup || misc || fs) \
&& (rescue || comm || network || security || archive))) && !x11 && (rescue || comm || network || security || archive)))
# rw slice, see also use/live/rw (don't use simultaneously) # rw slice, see also use/live/rw (don't use simultaneously)
ifeq (,$(EFI_BOOTLOADER)) ifeq (,$(EFI_BOOTLOADER))
......
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