luks: it's not just BASE packages

Installable live systems can have LUKS as well
and it's welcome addition to rescue images too.
This commit is contained in:
Michael Shigorin 2012-12-27 03:13:13 +04:00
parent bd606e6c60
commit 78326d393a
2 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,5 @@
LUKS_LISTS := $(call tags,security luks)
use/luks:
@$(call add,BASE_PACKAGES,make-initrd-luks cryptsetup alterator-luks)
@$(call add,THE_LISTS,$(LUKS_LISTS))
@$(call add,RESCUE_LISTS,$(LUKS_LISTS))

View File

@ -0,0 +1,3 @@
make-initrd-luks
alterator-luks
cryptsetup