Commit 6abea584 authored by Anton Midyukov's avatar Anton Midyukov

volumes: make a feature available only for distro targets

parent b05e9875
ifeq (distro,$(IMAGE_CLASS))
use/volumes:
@$(call add_feature)
@$(call add,INSTALL2_PACKAGES,$$(STAGE2_VOLUMES_PROFILE))
......@@ -5,3 +6,8 @@ use/volumes:
use/volumes/%: use/volumes
@$(call set,STAGE2_VOLUMES_PROFILE,volumes-profile-$*)
else
use/volumes: ; @:
use/volumes/%: ; @:
endif
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