diff options
Diffstat (limited to 'localfs/var/lib/libvirt/isos/fedora')
6 files changed, 51 insertions, 0 deletions
diff --git a/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-27-1.6-x86_64-CHECKSUM b/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-27-1.6-x86_64-CHECKSUM new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-27-1.6-x86_64-CHECKSUM diff --git a/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso b/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso diff --git a/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso.manifest b/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso.manifest new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso.manifest diff --git a/localfs/var/lib/libvirt/isos/fedora/Makefile b/localfs/var/lib/libvirt/isos/fedora/Makefile new file mode 100644 index 0000000..0674427 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/fedora/Makefile @@ -0,0 +1,12 @@ +VERSION = 3.81 + +all: gpgverify checksum pandoc + +pandoc: + @pandoc --verbose -o README.html README.md + +gpgverify: + @gpg --verify *-CHECKSUM + +checksum: + @for i in *-CHECKSUM;do sha256sum --ignore-missing -c $$i;done diff --git a/localfs/var/lib/libvirt/isos/fedora/README.html b/localfs/var/lib/libvirt/isos/fedora/README.html new file mode 100644 index 0000000..45bda27 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/fedora/README.html @@ -0,0 +1,26 @@ +<h2 id="content">Content</h2> +<p>This folder contains the netinst ISO(s) only.</p> +<p>Purpose: make a minimal system available to draw everything from the network. If you are sitting in some tattered shed, or in a provisionary office with an LTE hotspot with about 5% of what you need in terms of traffic per month, this is NOT the image you want.</p> +<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>*-CHECKSUM</td> +<td>SHA256 checksums to verify your download (and whatever else). GPG signatures are within, so you can verify the integrity of the download version as well with the same file.</td> +</tr> +</tbody> +</table> diff --git a/localfs/var/lib/libvirt/isos/fedora/README.md b/localfs/var/lib/libvirt/isos/fedora/README.md new file mode 100644 index 0000000..9ee6aa1 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/fedora/README.md @@ -0,0 +1,13 @@ +## Content + +This folder contains the netinst ISO(s) only. + +Purpose: make a minimal system available to draw everything from the network. If you are sitting +in some tattered shed, or in a provisionary office with an LTE hotspot with about 5% of what you +need in terms of traffic per month, this is NOT the image you want. + +### Files +| Name | Explanation | +| ----------------- | ------------------------------------------------------------------------- | +| \*.iso | The actual ISO file(s) | +| \*-CHECKSUM | SHA256 checksums to verify your download (and whatever else). GPG signatures are within, so you can verify the integrity of the download version as well with the same file. | |