luks: do not add alerator-luks to live
With this we break luks support for the old use/live/install.
This commit is contained in:
@ -3,6 +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,BASE_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))
|
||||||
|
Reference in New Issue
Block a user