Commit 1186a5e7 authored by Michael Shigorin's avatar Michael Shigorin

luks: move alterator-luks from pkglist to feature

Rescue images definitely don't need alterator pulled in.
parent d5f10cbe
...@@ -3,5 +3,6 @@ LUKS_LISTS := $(call tags,security luks) ...@@ -3,5 +3,6 @@ LUKS_LISTS := $(call tags,security luks)
use/luks: use/luks:
@$(call add_feature) @$(call add_feature)
@$(call add,BASE_PACKAGES,make-initrd-luks) @$(call add,BASE_PACKAGES,make-initrd-luks)
@$(call add,THE_PACKAGES,alterator-luks)
@$(call add,THE_LISTS,$(LUKS_LISTS)) @$(call add,THE_LISTS,$(LUKS_LISTS))
@$(call add,RESCUE_LISTS,$(LUKS_LISTS)) @$(call add,RESCUE_LISTS,$(LUKS_LISTS))
make-initrd-luks make-initrd-luks
alterator-luks
cryptsetup cryptsetup
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