78326d393a
Installable live systems can have LUKS as well and it's welcome addition to rescue images too.
6 lines
131 B
Makefile
6 lines
131 B
Makefile
LUKS_LISTS := $(call tags,security luks)
|
|
|
|
use/luks:
|
|
@$(call add,THE_LISTS,$(LUKS_LISTS))
|
|
@$(call add,RESCUE_LISTS,$(LUKS_LISTS))
|