From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- .../fedora/Fedora-Server-27-1.6-x86_64-CHECKSUM | 0 .../fedora/Fedora-Server-netinst-x86_64-27-1.6.iso | 0 ...edora-Server-netinst-x86_64-27-1.6.iso.manifest | 0 localfs/var/lib/libvirt/isos/fedora/Makefile | 12 ++++++++++ localfs/var/lib/libvirt/isos/fedora/README.html | 26 ++++++++++++++++++++++ localfs/var/lib/libvirt/isos/fedora/README.md | 13 +++++++++++ 6 files changed, 51 insertions(+) create mode 100644 localfs/var/lib/libvirt/isos/fedora/Fedora-Server-27-1.6-x86_64-CHECKSUM create mode 100644 localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso create mode 100644 localfs/var/lib/libvirt/isos/fedora/Fedora-Server-netinst-x86_64-27-1.6.iso.manifest create mode 100644 localfs/var/lib/libvirt/isos/fedora/Makefile create mode 100644 localfs/var/lib/libvirt/isos/fedora/README.html create mode 100644 localfs/var/lib/libvirt/isos/fedora/README.md (limited to 'localfs/var/lib/libvirt/isos/fedora') 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 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 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 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 @@ +

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

+ ++++ + + + + + + + + + + + + + + + + +
NameExplanation
*.isoThe actual ISO file(s)
*-CHECKSUMSHA256 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.
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. | -- cgit v1.2.3