[gnome-build-meta/valentindavid/eos-installer: 8/14] Add isomd5sum
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/eos-installer: 8/14] Add isomd5sum
- Date: Thu, 12 Mar 2020 11:30:53 +0000 (UTC)
commit f43a5d29ac429aee2eb2b39ed417f6e417dc9fb5
Author: Valentin David <valentin david codethink co uk>
Date: Wed Feb 26 12:15:35 2020 +0100
Add isomd5sum
isomd5sum can add a hash in an ISO image to verify integrity
of the content. This is supported by live boot with Dracut.
elements/iso/isomd5sum.bst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
diff --git a/elements/iso/isomd5sum.bst b/elements/iso/isomd5sum.bst
new file mode 100644
index 00000000..854f1abf
--- /dev/null
+++ b/elements/iso/isomd5sum.bst
@@ -0,0 +1,18 @@
+kind: manual
+
+sources:
+- kind: tar
+ url: github_com:rhinstaller/isomd5sum/archive/1.2.3.tar.gz
+
+depends:
+- freedesktop-sdk.bst:bootstrap-import.bst
+- freedesktop-sdk.bst:components/python3.bst
+
+config:
+ build-commands:
+ - |
+ make
+
+ install-commands:
+ - |
+ make -j1 install DESTDIR="%{install-root}" LIBDIR="%{libdir}"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]