config.mk 233 Bytes
Newer Older
1 2 3 4 5 6 7
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-$*)