[elbe-devel] [PATCH] debian: add cryptsetup-bin to buildenv
Thomas Weißschuh
thomas.weissschuh at linutronix.de
Wed Aug 28 16:21:21 CEST 2024
cryptsetup-bin contains for example the "veritysetup" binary which can
be used to generate a dm-verity volume from the project-finetuning:
<project-finetuning>
<losetup img="sda.img">
<command part="1" nomount="true">veritysetup format ${ELBE_DEV} verity_data</command>
<command part="2" nomount="true">dd if=verity_data of=${ELBE_DEV}</command>
</losetup>
</project-finetuning>
Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index dbb79a035437..cc71379a871a 100644
--- a/debian/control
+++ b/debian/control
@@ -114,6 +114,7 @@ Depends: ${misc:Depends}, ${python3:Depends},
binfmt-support,
btrfs-progs,
debootstrap,
+ cryptsetup-bin,
dosfstools,
dpkg-dev,
python3-elbe-bin (= ${binary:Version}),
---
base-commit: c01528fe98cd0a5ff3922ce5b973a92ce1903241
change-id: 20240828-veritysetup-4449b67997e5
Best regards,
--
Thomas Weißschuh <thomas.weissschuh at linutronix.de>
More information about the elbe-devel
mailing list