summaryrefslogtreecommitdiffstats
path: root/rules/cryptsetup.in
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2018-01-16 16:50:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-01-24 12:56:31 +0100
commit9bf42e57a6cce308de2f7491b70f2aad4acc5fc0 (patch)
tree1d555307dda7a63e6c0a388a526d32e02e1f1179 /rules/cryptsetup.in
parenta3c0dfd5b4f8ac4a5666553174db1bfe989148ff (diff)
downloadptxdist-9bf42e57a6cce308de2f7491b70f2aad4acc5fc0.tar.gz
ptxdist-9bf42e57a6cce308de2f7491b70f2aad4acc5fc0.tar.xz
cryptsetup: version bump 1.7.5 -> 2.0.0
Now includes support for dm-integrity via new integritysetup tool. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/cryptsetup.in')
-rw-r--r--rules/cryptsetup.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/rules/cryptsetup.in b/rules/cryptsetup.in
index 2cd898058..67ce41beb 100644
--- a/rules/cryptsetup.in
+++ b/rules/cryptsetup.in
@@ -1,6 +1,7 @@
## SECTION=disk_and_file
menuconfig CRYPTSETUP
+ select JSON_C
select LVM2
select LIBUUID
select LIBPOPT
@@ -11,7 +12,10 @@ menuconfig CRYPTSETUP
prompt "cryptsetup "
help
Cryptsetup is a utility used to conveniently setup disk encryption
- based on DMCrypt kernel module.
+ based on the dm-crypt kernel module.
+ It also includes veritysetup, used to setup dm-verity block integrity
+ checking of read-only targets, as well as integritysetup to setup
+ dm-integrity block integrity checking of read-write targets.
if CRYPTSETUP
@@ -42,6 +46,10 @@ config CRYPTSETUP_CRYPTSETUP
bool
prompt "install cryptsetup"
+config CRYPTSETUP_INTEGRITYSETUP
+ bool
+ prompt "install integritysetup"
+
config CRYPTSETUP_VERITYSETUP
bool
prompt "install veritysetup"