luks: move alterator-luks from pkglist to feature
Rescue images definitely don't need alterator pulled in.
This commit is contained in:
parent
d5f10cbe49
commit
1186a5e7f7
@ -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))
|
||||||
|
@ -1,3 +1,2 @@
|
|||||||
make-initrd-luks
|
make-initrd-luks
|
||||||
alterator-luks
|
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
Loading…
Reference in New Issue
Block a user