luks: it's not just BASE packages
Installable live systems can have LUKS as well and it's welcome addition to rescue images too.
This commit is contained in:
parent
bd606e6c60
commit
78326d393a
@ -1,2 +1,5 @@
|
||||
LUKS_LISTS := $(call tags,security luks)
|
||||
|
||||
use/luks:
|
||||
@$(call add,BASE_PACKAGES,make-initrd-luks cryptsetup alterator-luks)
|
||||
@$(call add,THE_LISTS,$(LUKS_LISTS))
|
||||
@$(call add,RESCUE_LISTS,$(LUKS_LISTS))
|
||||
|
3
pkg.in/lists/tagged/security+luks
Normal file
3
pkg.in/lists/tagged/security+luks
Normal file
@ -0,0 +1,3 @@
|
||||
make-initrd-luks
|
||||
alterator-luks
|
||||
cryptsetup
|
Loading…
Reference in New Issue
Block a user