1186a5e7f7
Rescue images definitely don't need alterator pulled in.
9 lines
240 B
Makefile
9 lines
240 B
Makefile
LUKS_LISTS := $(call tags,security luks)
|
|
|
|
use/luks:
|
|
@$(call add_feature)
|
|
@$(call add,BASE_PACKAGES,make-initrd-luks)
|
|
@$(call add,THE_PACKAGES,alterator-luks)
|
|
@$(call add,THE_LISTS,$(LUKS_LISTS))
|
|
@$(call add,RESCUE_LISTS,$(LUKS_LISTS))
|