regular.mk: added rescue+misc to .regular-server

...so it hits the common server images
tossing in all the goodies.
This commit is contained in:
Michael Shigorin 2017-02-13 16:22:43 +03:00
parent a77cf63957
commit 1a2a9d2155

View File

@ -256,6 +256,7 @@ distro/.regular-server-base: distro/.regular-install \
distro/.regular-server: distro/.regular-server-base \
use/server/mini use/firmware/qlogic use/rescue/base use/cleanup/libs
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
@$(call add,MAIN_PACKAGES,aptitude)
@$(call add,CLEANUP_PACKAGES,qt4-common)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge)