Commit 83e56bfe authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: exclude base+bench from regular-rescue

fio from this list is required xlib. This is similar to the regression in the python3-module-numpy package. But at the same time, this is a good reason to make rescue iso a little smaller.
parent 8d861899
......@@ -194,7 +194,7 @@ distro/regular-rescue: distro/.regular-base mixin/regular-rescue use/rescue/rw \
use/grub/rescue_fm.cfg use/grub/rescue_remote.cfg \
use/mediacheck use/stage2/kms use/kernel/latest +wireless
@$(call add,RESCUE_PACKAGES,gpm livecd-net-eth)
@$(call add,RESCUE_LISTS,$(call tags,base bench))
# @$(call add,RESCUE_LISTS,$(call tags,base bench))
@$(call add,RESCUE_LISTS,$(call tags,network security))
distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
......
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