Commit 6ed9d5a6 authored by Anton Midyukov's avatar Anton Midyukov

luks: do not add alerator-luks to live

With this we break luks support for the old use/live/install.
parent db65d01a
......@@ -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))
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