config.mk 312 Bytes
Newer Older
1
ifeq (distro,$(IMAGE_CLASS))
2 3 4 5 6 7 8
use/volumes:
	@$(call add_feature)
	@$(call add,INSTALL2_PACKAGES,$$(STAGE2_VOLUMES_PROFILE))
	@$(call add,LIVE_PACKAGES,$$(STAGE2_VOLUMES_PROFILE))

use/volumes/%: use/volumes
	@$(call set,STAGE2_VOLUMES_PROFILE,volumes-profile-$*)
9 10 11 12 13

else
use/volumes: ; @:
use/volumes/%: ; @:
endif