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:
Anton Midyukov 2024-04-09 02:42:30 +07:00
parent db65d01a4b
commit 6ed9d5a6ef

View File

@ -3,6 +3,6 @@ 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,BASE_PACKAGES,alterator-luks)
@$(call add,THE_LISTS,$(LUKS_LISTS))
@$(call add,RESCUE_LISTS,$(LUKS_LISTS))