diff options
author | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-11-01 13:30:58 +0100 |
commit | 0632591996893fe136a1f2fe44d9b9f404f41f3e (patch) | |
tree | 7340edbe7c212da3db45a83219147143a3268c8d /localfs/var/lib/libvirt/isos/knoppix | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/var/lib/libvirt/isos/knoppix')
6 files changed, 64 insertions, 0 deletions
diff --git a/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso b/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso diff --git a/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso.sha256 b/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso.sha256 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso.sha256 diff --git a/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso.sha256.asc b/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso.sha256.asc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso.sha256.asc diff --git a/localfs/var/lib/libvirt/isos/knoppix/Makefile b/localfs/var/lib/libvirt/isos/knoppix/Makefile new file mode 100644 index 0000000..0f4cead --- /dev/null +++ b/localfs/var/lib/libvirt/isos/knoppix/Makefile @@ -0,0 +1,14 @@ +VERSION = 3.81 + +all: gpgverify checksum pandoc + +pandoc: +# @pandoc -o README.txt README.md +# @unix2dos README.txt + @pandoc --verbose -o README.html README.md + +gpgverify: + @for i in *.asc;do gpg --verify $$i;done + +checksum: + @sha256sum --ignore-missing -c *.sha256 diff --git a/localfs/var/lib/libvirt/isos/knoppix/README.html b/localfs/var/lib/libvirt/isos/knoppix/README.html new file mode 100644 index 0000000..b910dc9 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/knoppix/README.html @@ -0,0 +1,33 @@ +<h2 id="content">Content</h2> +<p>I'll include the German Knoppix DVD ISO in here. There's two words in this statement I'll explain:</p> +<ol style="list-style-type: decimal"> +<li>German: Well, English could be narrowed down to English, German still allows switchback to English. Not sure for Knoppix, but this is my general choice for movies, software, whatever.</li> +<li>DVD: pretty simple and straightforward: DVD has x86_64 and x86, CD only has the latter.</li> +</ol> +<h3 id="files">Files</h3> +<table> +<colgroup> +<col width="19%" /> +<col width="80%" /> +</colgroup> +<thead> +<tr class="header"> +<th>Name</th> +<th>Explanation</th> +</tr> +</thead> +<tbody> +<tr class="odd"> +<td>*.iso</td> +<td>The actual ISO file(s)</td> +</tr> +<tr class="even"> +<td>*.iso.sha256</td> +<td>SHA256 checksum to verify the download</td> +</tr> +<tr class="odd"> +<td>*.iso.sha256.asc</td> +<td>GPG verification of the SHA256 checksum file to mitigate download hijacks</td> +</tr> +</tbody> +</table> diff --git a/localfs/var/lib/libvirt/isos/knoppix/README.md b/localfs/var/lib/libvirt/isos/knoppix/README.md new file mode 100644 index 0000000..b55dc53 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/knoppix/README.md @@ -0,0 +1,17 @@ +## Content + +I'll include the German Knoppix DVD ISO in here. There's two words in this +statement I'll explain: + +1. German: Well, English could be narrowed down to English, German still allows +switchback to English. Not sure for Knoppix, but this is my general choice for +movies, software, whatever. +1. DVD: pretty simple and straightforward: DVD has x86_64 and x86, CD only has +the latter. + +### Files +| Name | Explanation | +| ----------------- | ------------------------------------------------------------------------- | +| \*.iso | The actual ISO file(s) | +| \*.iso.sha256 | SHA256 checksum to verify the download | +| \*.iso.sha256.asc | GPG verification of the SHA256 checksum file to mitigate download hijacks | |