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 | |
download | fedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2 |
Initial commit
Diffstat (limited to 'localfs/var/lib')
82 files changed, 547 insertions, 0 deletions
diff --git a/localfs/var/lib/libvirt/isos/README.html b/localfs/var/lib/libvirt/isos/README.html new file mode 100644 index 0000000..ada3d76 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/README.html @@ -0,0 +1,5 @@ +<h2 id="content">Content</h2> +<p>All sorts of ISOs mainly for installation or debugging machines.</p> +<p>If you're familiar with the folder names, hop in. The names should be unambiguous, if you don't know it, google it.</p> +<h2 id="updates">Updates</h2> +<p>This is a stand-alone, single-user directory. If something is not on-point up-to-date and you desperately need it to be, use the ancient powers of Google-Ench-Amun. Stuff here either is install-and-update-anyway or rescue-and-do-NOT-bother-networking.</p> diff --git a/localfs/var/lib/libvirt/isos/README.md b/localfs/var/lib/libvirt/isos/README.md new file mode 100644 index 0000000..255c771 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/README.md @@ -0,0 +1,12 @@ +## Content + +All sorts of ISOs mainly for installation or debugging machines. + +If you're familiar with the folder names, hop in. The names should be +unambiguous, if you don't know it, google it. + +## Updates + +This is a stand-alone, single-user directory. +If something is not on-point up-to-date and you desperately need it to be, use the ancient powers of Google-Ench-Amun. +Stuff here either is install-and-update-anyway or rescue-and-do-NOT-bother-networking. diff --git a/localfs/var/lib/libvirt/isos/arch/Makefile b/localfs/var/lib/libvirt/isos/arch/Makefile new file mode 100644 index 0000000..e6a9022 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/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 *.sig;do echo $$i:;gpg --verify $$i;done + +checksum: + @sha1sum --ignore-missing -c sha1sums.txt diff --git a/localfs/var/lib/libvirt/isos/arch/README.html b/localfs/var/lib/libvirt/isos/arch/README.html new file mode 100644 index 0000000..c31dcc1 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/README.html @@ -0,0 +1,30 @@ +<h2 id="content">Content</h2> +<p>This folder contains:</p> +<ul> +<li>A full ISO</li> +<li>The bootstrap tarball usable during installation, see Arch Linux Wiki</li> +<li>IPXE images for netboot use with or without EFI. Watch your traffic limit: this pulls EVERYTHING from the net.</li> +</ul> +<h3 id="files">Files</h3> +<table> +<thead> +<tr class="header"> +<th>Name</th> +<th>Explanation</th> +</tr> +</thead> +<tbody> +<tr class="odd"> +<td>*.iso, ipxe*, *.tar.gz</td> +<td>The actual installer files</td> +</tr> +<tr class="even"> +<td>sha1sums.txt</td> +<td>SHA1 checksums to verify your download (and whatever else)</td> +</tr> +<tr class="odd"> +<td>*.sig</td> +<td>GPG verification of the files to mitigate download hijacks</td> +</tr> +</tbody> +</table> diff --git a/localfs/var/lib/libvirt/isos/arch/README.md b/localfs/var/lib/libvirt/isos/arch/README.md new file mode 100644 index 0000000..31544aa --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/README.md @@ -0,0 +1,14 @@ +## Content + +This folder contains: + +- A full ISO +- The bootstrap tarball usable during installation, see Arch Linux Wiki +- IPXE images for netboot use with or without EFI. Watch your traffic limit: this pulls EVERYTHING from the net. + +### Files +| Name | Explanation | +| ------------------------- | ------------------------------------------------------------------------- | +| \*.iso, ipxe\*, \*.tar.gz | The actual installer files | +| sha1sums.txt | SHA1 checksums to verify your download (and whatever else) | +| \*.sig | GPG verification of the files to mitigate download hijacks | diff --git a/localfs/var/lib/libvirt/isos/arch/archlinux-2018.01.01-x86_64.iso b/localfs/var/lib/libvirt/isos/arch/archlinux-2018.01.01-x86_64.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/archlinux-2018.01.01-x86_64.iso diff --git a/localfs/var/lib/libvirt/isos/arch/archlinux-2018.01.01-x86_64.iso.sig b/localfs/var/lib/libvirt/isos/arch/archlinux-2018.01.01-x86_64.iso.sig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/archlinux-2018.01.01-x86_64.iso.sig diff --git a/localfs/var/lib/libvirt/isos/arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz b/localfs/var/lib/libvirt/isos/arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz diff --git a/localfs/var/lib/libvirt/isos/arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz.sig b/localfs/var/lib/libvirt/isos/arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz.sig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz.sig diff --git a/localfs/var/lib/libvirt/isos/arch/ipxe.1e77e6bfd61e.efi b/localfs/var/lib/libvirt/isos/arch/ipxe.1e77e6bfd61e.efi new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/ipxe.1e77e6bfd61e.efi diff --git a/localfs/var/lib/libvirt/isos/arch/ipxe.28ebfe8a66ac.lkrn b/localfs/var/lib/libvirt/isos/arch/ipxe.28ebfe8a66ac.lkrn new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/ipxe.28ebfe8a66ac.lkrn diff --git a/localfs/var/lib/libvirt/isos/arch/ipxe.8da38b4a9310.pxe b/localfs/var/lib/libvirt/isos/arch/ipxe.8da38b4a9310.pxe new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/ipxe.8da38b4a9310.pxe diff --git a/localfs/var/lib/libvirt/isos/arch/ipxe.efi.524d39c70e62.sig b/localfs/var/lib/libvirt/isos/arch/ipxe.efi.524d39c70e62.sig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/ipxe.efi.524d39c70e62.sig diff --git a/localfs/var/lib/libvirt/isos/arch/ipxe.lkrn.27b2bf2cfc99.sig b/localfs/var/lib/libvirt/isos/arch/ipxe.lkrn.27b2bf2cfc99.sig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/ipxe.lkrn.27b2bf2cfc99.sig diff --git a/localfs/var/lib/libvirt/isos/arch/ipxe.pxe.919b21409aa7.sig b/localfs/var/lib/libvirt/isos/arch/ipxe.pxe.919b21409aa7.sig new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/ipxe.pxe.919b21409aa7.sig diff --git a/localfs/var/lib/libvirt/isos/arch/sha1sums.txt b/localfs/var/lib/libvirt/isos/arch/sha1sums.txt new file mode 100644 index 0000000..999b3fb --- /dev/null +++ b/localfs/var/lib/libvirt/isos/arch/sha1sums.txt @@ -0,0 +1,2 @@ +6c98c1932731eff98e430958c3589c4124bafbe9 archlinux-2018.01.01-x86_64.iso +1bbb612619337263cfc03cc6720ef3b8870e3503 archlinux-bootstrap-2018.01.01-x86_64.tar.gz diff --git a/localfs/var/lib/libvirt/isos/centos/CentOS-7-x86_64-Minimal-1708.iso b/localfs/var/lib/libvirt/isos/centos/CentOS-7-x86_64-Minimal-1708.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/CentOS-7-x86_64-Minimal-1708.iso diff --git a/localfs/var/lib/libvirt/isos/centos/CentOS-7-x86_64-NetInstall-1708.iso b/localfs/var/lib/libvirt/isos/centos/CentOS-7-x86_64-NetInstall-1708.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/CentOS-7-x86_64-NetInstall-1708.iso diff --git a/localfs/var/lib/libvirt/isos/centos/Makefile b/localfs/var/lib/libvirt/isos/centos/Makefile new file mode 100644 index 0000000..cd4fef8 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/Makefile @@ -0,0 +1,12 @@ +VERSION = 3.81 + +all: gpgverify checksum pandoc + +pandoc: + @pandoc --verbose -o README.html README.md + +gpgverify: + @for i in *.asc;do gpg --verify $$i;done + +checksum: + @sha256sum --ignore-missing -c sha256sum.txt diff --git a/localfs/var/lib/libvirt/isos/centos/README.html b/localfs/var/lib/libvirt/isos/centos/README.html new file mode 100644 index 0000000..939b410 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/README.html @@ -0,0 +1,29 @@ +<h2 id="content">Content</h2> +<p>This folder contains the minimal install ISO(s) only. Why? Because you still can have everything fancy, dandy, neat, or sweet on your box, but having something like that as default... meh. Crazy enough that you have to deal with plymouth all over the place.</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>sha256sum.txt</td> +<td>SHA256 checksums to verify your download (and whatever else)</td> +</tr> +<tr class="odd"> +<td>sha256sum.txt.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/centos/README.md b/localfs/var/lib/libvirt/isos/centos/README.md new file mode 100644 index 0000000..f6436b9 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/README.md @@ -0,0 +1,12 @@ +## Content + +This folder contains the minimal install ISO(s) only. Why? Because you still can have everything +fancy, dandy, neat, or sweet on your box, but having something like that as default... meh. +Crazy enough that you have to deal with plymouth all over the place. + +### Files +| Name | Explanation | +| ----------------- | ------------------------------------------------------------------------- | +| \*.iso | The actual ISO file(s) | +| sha256sum.txt | SHA256 checksums to verify your download (and whatever else) | +| sha256sum.txt.asc | GPG verification of the SHA256 checksum file to mitigate download hijacks | diff --git a/localfs/var/lib/libvirt/isos/centos/sha256sum.txt b/localfs/var/lib/libvirt/isos/centos/sha256sum.txt new file mode 100644 index 0000000..7c7daf0 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/sha256sum.txt @@ -0,0 +1,6 @@ +bba314624956961a2ea31dd460cd860a77911c1e0a56e4820a12b9c5dad363f5 CentOS-7-x86_64-Minimal-1708.iso +ec7500d4b006702af6af023b1f8f1b890b6c7ee54400bb98cef968b883cd6546 CentOS-7-x86_64-DVD-1708.iso +8593f5a1631ebfb7581193a7b4ef96d44f500d3ceb49cc4cfbfd71d5698e4173 CentOS-7-x86_64-Everything-1708.iso +9941f5e1257d74e763652ceae5096ed73ddc94a9703ae116931d8713b801fec0 CentOS-7-x86_64-LiveGNOME-1708.iso +4ba63634a8430d134d8a9535c62ff1341c33c898fb1c768a0c6e54fbc92a9133 CentOS-7-x86_64-LiveKDE-1708.iso +fe3d960cce4d2c1c9f1b66817fe87cc0ee1a1c6c5dd126204cb5c33d51a45620 CentOS-7-x86_64-NetInstall-1708.iso diff --git a/localfs/var/lib/libvirt/isos/centos/sha256sum.txt.asc b/localfs/var/lib/libvirt/isos/centos/sha256sum.txt.asc new file mode 100644 index 0000000..2475253 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/centos/sha256sum.txt.asc @@ -0,0 +1,26 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +bba314624956961a2ea31dd460cd860a77911c1e0a56e4820a12b9c5dad363f5 CentOS-7-x86_64-Minimal-1708.iso +ec7500d4b006702af6af023b1f8f1b890b6c7ee54400bb98cef968b883cd6546 CentOS-7-x86_64-DVD-1708.iso +8593f5a1631ebfb7581193a7b4ef96d44f500d3ceb49cc4cfbfd71d5698e4173 CentOS-7-x86_64-Everything-1708.iso +9941f5e1257d74e763652ceae5096ed73ddc94a9703ae116931d8713b801fec0 CentOS-7-x86_64-LiveGNOME-1708.iso +4ba63634a8430d134d8a9535c62ff1341c33c898fb1c768a0c6e54fbc92a9133 CentOS-7-x86_64-LiveKDE-1708.iso +fe3d960cce4d2c1c9f1b66817fe87cc0ee1a1c6c5dd126204cb5c33d51a45620 CentOS-7-x86_64-NetInstall-1708.iso +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIVAwUBWbhm2yTGqKf0qA61AQgC+w//SxlNf1fTB5EM5t0qbXaxAQObUbLV12Sq +jJT99Yh+Ds7Z3atzHkXxYqe1T0MvolCVYRgxqNPBkNiRmlx0+PhelkQlDYGfSZSs +mbYAqPzp4Aesx/ISCTfJuEvc9jzmI7P6kDAzKPtCqhXJ50bgGDHE6fZvLZgDDlRU +TDnXqxmYcUO6gBY8bTCa43+bMTOUKWH/2U4SSxXry9Q65q/rOI78HIWjPbRYQive +gvOwAwpFplt7F597qVcctczipaKwuJrcLQUSKHmaSNZ+GEiBY/99LwMjAMoy8I1Z +7AqdNCFobUUJxtzTvbwX5ka1VQniybq55QUcMPBqu6aA8+51HLZMIleamP6oTkb/ +Vip2FZe/rdRd9exC3ZGatXMEUdqoiZL490xZMv2A+eWUUhDRp+ExJ+IGybVXEakU +DxCuASFe5sj14UCANzgQN6HBULDyfbXc/nXZzpQU4vHuxOcWn0y9/TfsGY0weT2p +PU1+YY4NtBJyzxM1nz96IVb6MDqkCJoPwaxU9tjd6Atdrew0ztIhHS0CgtziFX8p +uk7G2MpfrzQb1fCW9+NY/udt9EMWhNgVpYSa1v2XRcWaqJX4noWq1dNiTJdAYIfR +jhNGDOdxLocbDbG4DqT1FxHmugMkZgirheoIN7O8kfxjh6xKsJsA/C2O12q3csMG +5eT/aFoSCpg= +=sOdp +-----END PGP SIGNATURE----- diff --git a/localfs/var/lib/libvirt/isos/debian/Makefile b/localfs/var/lib/libvirt/isos/debian/Makefile new file mode 100644 index 0000000..f019f36 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/debian/Makefile @@ -0,0 +1,12 @@ +VERSION = 3.81 + +all: gpgverify checksum pandoc + +pandoc: + @pandoc --verbose -o README.html README.md + +gpgverify: + @for i in *.sign;do gpg --verify $$i;done + +checksum: + @sha512sum --ignore-missing -c SHA512SUMS diff --git a/localfs/var/lib/libvirt/isos/debian/README.html b/localfs/var/lib/libvirt/isos/debian/README.html new file mode 100644 index 0000000..e03cd53 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/debian/README.html @@ -0,0 +1,30 @@ +<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, a full-blown ISO 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>SHA125SUMS</td> +<td>SHA512 checksums to verify your download (and whatever else)</td> +</tr> +<tr class="odd"> +<td>SHA512SUMS.sign</td> +<td>GPG verification of the SHA512 checksum file to mitigate download hijacks</td> +</tr> +</tbody> +</table> diff --git a/localfs/var/lib/libvirt/isos/debian/README.md b/localfs/var/lib/libvirt/isos/debian/README.md new file mode 100644 index 0000000..00b36a5 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/debian/README.md @@ -0,0 +1,14 @@ +## 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, a full-blown ISO is NOT the image you want. + +### Files +| Name | Explanation | +| ----------------- | ------------------------------------------------------------------------- | +| \*.iso | The actual ISO file(s) | +| SHA125SUMS | SHA512 checksums to verify your download (and whatever else) | +| SHA512SUMS.sign | GPG verification of the SHA512 checksum file to mitigate download hijacks | diff --git a/localfs/var/lib/libvirt/isos/debian/SHA512SUMS b/localfs/var/lib/libvirt/isos/debian/SHA512SUMS new file mode 100644 index 0000000..eeafb88 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/debian/SHA512SUMS @@ -0,0 +1,3 @@ +345c4e674dc10476e8c4f1571fbcdba4ce9788aa5584c5e2590ab3e89e7bb9acb370536f41a3ac740eb92b6aebe3cb8eb9734874dd1658c68875981b8351bc38 debian-9.4.0-amd64-netinst.iso +a30c2becb0eafd7e71124829238d82b183f6c3c6a92e55c26780207da40203da67f2c867db2b2ef900f320d1d922d8dd5b6156d1d454f76043af0dddab477008 debian-9.4.0-amd64-xfce-CD-1.iso +26f78f6667eee4c82862b78cbf70ff6e158339b6f8df8ef621a39178bb023fa7507b5586963e8de2464c8b180d6add1681d9f868dffb2c91848cc99a4e326cfd debian-mac-9.4.0-amd64-netinst.iso diff --git a/localfs/var/lib/libvirt/isos/debian/SHA512SUMS.sign b/localfs/var/lib/libvirt/isos/debian/SHA512SUMS.sign new file mode 100644 index 0000000..d3a2cfb --- /dev/null +++ b/localfs/var/lib/libvirt/isos/debian/SHA512SUMS.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEE35ucSeqpKYQyWJ122ofoDWKUvpsFAlqke2oACgkQ2ofoDWKU +vps3cQ//SC2mtTwLK4HmojhDP+BR+IoMMGf+cmisLdJv7cHqbXv0YqHh+ukOGM+E +YAScDC/Hw8+9nn2bEgMaj5CuURitsUpXnaJ44cak/DF2rThdUtcoR6/MEL9y3X/F +A4LVN97lu+nfFDObx4xW/URZMOvwVaWA67/lir181djJMqEwYFXOdPjs5R4HMQ1n +VnN90DRayGD5QkYuQ0+yxRd7FZtxSuS+cID44I5ZWsaHFMavMTB0aPPGuaUb+Apn +h2A62FB3QDzKY89NbPu4DLCn5vaaBGsYKLnM2MweWb19wf+6E3GLPcynPeVwJd1e +/nrJeCwLXCkyu5JahAAlqzYvyUCwAyPtRLfDW6iVKXmqpcuHscHg6bzUlVGUgSBI +f4mUANXmJAEHzv1P4F7tsSmf2/ZUY1FzyiQLZzWQl/qf0Tp6HGeo1xnfpcgxHBSe +19ak+Y8W1iwS528QmB4Fdmr7jlWjJPNR+HHzxSktLkYcJ/VAxEPXTTMwG8X/SXHh +3EuKesPQYRYlIUvwZxNPlt8rK3NSUZfRB8bfOBpZIKMordH7kZQrOL6rUTVfEgLg +YLecVUznvyi1V5uC70nThkCQsiMB5dXlGVwI1aqEe4dpAh03CIdStblTD5Dbk1o/ +4ymO46PtTI+Z/ZroifUxRRA7amy7VnmXrKgZ1UwvxzaBZiBJBk0= +=4cuJ +-----END PGP SIGNATURE----- diff --git a/localfs/var/lib/libvirt/isos/debian/debian-9.4.0-amd64-netinst.iso b/localfs/var/lib/libvirt/isos/debian/debian-9.4.0-amd64-netinst.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/debian/debian-9.4.0-amd64-netinst.iso 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. | diff --git a/localfs/var/lib/libvirt/isos/grml/Makefile b/localfs/var/lib/libvirt/isos/grml/Makefile new file mode 100644 index 0000000..c69cbad --- /dev/null +++ b/localfs/var/lib/libvirt/isos/grml/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: + @sha512sum --ignore-missing -c grml64-full_2017.05.iso.sha512 diff --git a/localfs/var/lib/libvirt/isos/grml/README.html b/localfs/var/lib/libvirt/isos/grml/README.html new file mode 100644 index 0000000..3ecc394 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/grml/README.html @@ -0,0 +1,53 @@ +<h2 id="content">Content</h2> +<p>This folder contains the full ISO(s) only. (It's below 701 MiB, and heck it's a rescue :) )</p> +<h3 id="files">Files</h3> +<table> +<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.asc</td> +<td>GPG verification of the origin of the ISO download(s)</td> +</tr> +<tr class="odd"> +<td>*.iso.sha512</td> +<td>Checksum of the ISO(s) to verify integrity of download</td> +</tr> +</tbody> +</table> +<h2 id="current-release">Current release</h2> +<p>Grml 2017.05-rc1 - codename Freedatensuppe</p> +<h2 id="previous-releases">Previous releases</h2> +<ul> +<li>Grml 2014.11 - codename Gschistigschasti</li> +<li>Grml 2014.03 - codename Ponywagon</li> +<li>Grml 2013.09 - codename Hefeknuddler</li> +<li>Grml 2013.02 - codename Grumpy Grinch</li> +<li>Grml 2012.05 - codename Ponyhof</li> +<li>Grml 2011.12 - codename Knecht Rootrecht</li> +<li>Grml 2011.05 - codename Just Mari</li> +<li>Grml 2010.12 - codename Gebrüder Grml</li> +<li>Grml 2010.04 - codename Grmlmonster</li> +<li>Grml 2009.10 - codename Hello-Wien</li> +<li>Grml 2009.05 - codename Lackdose-Allergie</li> +<li>Grml 2008.11 - codename Schluchtenscheisser</li> +<li>Grml 1.1 - codename Skunk</li> +<li>Grml 1.0 - codename Meilenschwein</li> +<li>Grml 0.9 - codename Dioptrienotto</li> +<li>Grml 0.8 - codename Funkenzutzler</li> +<li>Grml 0.7 - codename Bootenschnitzl</li> +<li>Grml 0.6 - codename Winterschlapfn</li> +<li>Grml 0.5 - codename Tokolytika</li> +<li>Grml 0.4 - codename Eierspass</li> +<li>Grml 0.3 - codename Hustenstopper</li> +<li>Grml 0.2 - codename Satura</li> +<li>Grml 0.1 - codename OS04</li> +</ul> diff --git a/localfs/var/lib/libvirt/isos/grml/README.md b/localfs/var/lib/libvirt/isos/grml/README.md new file mode 100644 index 0000000..1f70cb3 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/grml/README.md @@ -0,0 +1,39 @@ +## Content + +This folder contains the full ISO(s) only. (It's below 701 MiB, and heck it's a + rescue :) ) + +### Files +| Name | Explanation | +| ----------------- | ------------------------------------------------------------------------- | +| \*.iso | The actual ISO file(s) | +| \*.iso.asc | GPG verification of the origin of the ISO download(s) | +| \*.iso.sha512 | Checksum of the ISO(s) to verify integrity of download | + +## Current release +Grml 2017.05-rc1 - codename Freedatensuppe + +## Previous releases +* Grml 2014.11 - codename Gschistigschasti +* Grml 2014.03 - codename Ponywagon +* Grml 2013.09 - codename Hefeknuddler +* Grml 2013.02 - codename Grumpy Grinch +* Grml 2012.05 - codename Ponyhof +* Grml 2011.12 - codename Knecht Rootrecht +* Grml 2011.05 - codename Just Mari +* Grml 2010.12 - codename Gebrüder Grml +* Grml 2010.04 - codename Grmlmonster +* Grml 2009.10 - codename Hello-Wien +* Grml 2009.05 - codename Lackdose-Allergie +* Grml 2008.11 - codename Schluchtenscheisser +* Grml 1.1 - codename Skunk +* Grml 1.0 - codename Meilenschwein +* Grml 0.9 - codename Dioptrienotto +* Grml 0.8 - codename Funkenzutzler +* Grml 0.7 - codename Bootenschnitzl +* Grml 0.6 - codename Winterschlapfn +* Grml 0.5 - codename Tokolytika +* Grml 0.4 - codename Eierspass +* Grml 0.3 - codename Hustenstopper +* Grml 0.2 - codename Satura +* Grml 0.1 - codename OS04 diff --git a/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso b/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso diff --git a/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso.asc b/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso.asc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso.asc diff --git a/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso.sha512 b/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso.sha512 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/grml/grml64-full_2017.05.iso.sha512 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 | diff --git a/localfs/var/lib/libvirt/isos/openindiana/OI-hipster-text-20180427.iso b/localfs/var/lib/libvirt/isos/openindiana/OI-hipster-text-20180427.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/openindiana/OI-hipster-text-20180427.iso diff --git a/localfs/var/lib/libvirt/isos/openindiana/OI-hipster-text-20180427.iso.sha256sum b/localfs/var/lib/libvirt/isos/openindiana/OI-hipster-text-20180427.iso.sha256sum new file mode 100644 index 0000000..85871d7 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/openindiana/OI-hipster-text-20180427.iso.sha256sum @@ -0,0 +1 @@ +5dd594f9388a4a7080a8772f9a8bde9c021f987375afcc333c6fc11e751f6e53 OI-hipster-text-20180427.iso diff --git a/localfs/var/lib/libvirt/isos/pool/!README b/localfs/var/lib/libvirt/isos/pool/!README new file mode 100644 index 0000000..a6783eb --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/!README @@ -0,0 +1,3 @@ +This directory is for a KVM pool of ALL isos we want to have available. +These will only be symlinks to the actual ISO content one directory level +above, which will be more sorted and also contain checksums and whatnot. diff --git a/localfs/var/lib/libvirt/isos/pool/CentOS-7-x86_64-Minimal-1708.iso b/localfs/var/lib/libvirt/isos/pool/CentOS-7-x86_64-Minimal-1708.iso new file mode 120000 index 0000000..6856816 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/CentOS-7-x86_64-Minimal-1708.iso @@ -0,0 +1 @@ +../centos/CentOS-7-x86_64-Minimal-1708.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/CentOS-7-x86_64-NetInstall-1708.iso b/localfs/var/lib/libvirt/isos/pool/CentOS-7-x86_64-NetInstall-1708.iso new file mode 120000 index 0000000..dc8e1e3 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/CentOS-7-x86_64-NetInstall-1708.iso @@ -0,0 +1 @@ +../centos/CentOS-7-x86_64-NetInstall-1708.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/Fedora-Server-netinst-x86_64-27-1.6.iso b/localfs/var/lib/libvirt/isos/pool/Fedora-Server-netinst-x86_64-27-1.6.iso new file mode 120000 index 0000000..a46e252 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/Fedora-Server-netinst-x86_64-27-1.6.iso @@ -0,0 +1 @@ +../fedora/Fedora-Server-netinst-x86_64-27-1.6.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso b/localfs/var/lib/libvirt/isos/pool/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso new file mode 120000 index 0000000..d4f2d57 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso @@ -0,0 +1 @@ +../windows/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/KNOPPIX_V8.1-2017-09-05-DE.iso b/localfs/var/lib/libvirt/isos/pool/KNOPPIX_V8.1-2017-09-05-DE.iso new file mode 120000 index 0000000..98b1512 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/KNOPPIX_V8.1-2017-09-05-DE.iso @@ -0,0 +1 @@ +../knoppix/KNOPPIX_V8.1-2017-09-05-DE.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/Makefile b/localfs/var/lib/libvirt/isos/pool/Makefile new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/Makefile diff --git a/localfs/var/lib/libvirt/isos/pool/OI-hipster-text-20180427.iso b/localfs/var/lib/libvirt/isos/pool/OI-hipster-text-20180427.iso new file mode 120000 index 0000000..70e848a --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/OI-hipster-text-20180427.iso @@ -0,0 +1 @@ +../openindiana/OI-hipster-text-20180427.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/README.html b/localfs/var/lib/libvirt/isos/pool/README.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/README.html diff --git a/localfs/var/lib/libvirt/isos/pool/README.md b/localfs/var/lib/libvirt/isos/pool/README.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/README.md diff --git a/localfs/var/lib/libvirt/isos/pool/archlinux-2018.01.01-x86_64.iso b/localfs/var/lib/libvirt/isos/pool/archlinux-2018.01.01-x86_64.iso new file mode 120000 index 0000000..7979dbf --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/archlinux-2018.01.01-x86_64.iso @@ -0,0 +1 @@ +../arch/archlinux-2018.01.01-x86_64.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/archlinux-bootstrap-2018.01.01-x86_64.tar.gz b/localfs/var/lib/libvirt/isos/pool/archlinux-bootstrap-2018.01.01-x86_64.tar.gz new file mode 120000 index 0000000..2f8a19b --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/archlinux-bootstrap-2018.01.01-x86_64.tar.gz @@ -0,0 +1 @@ +../arch/archlinux-bootstrap-2018.01.01-x86_64.tar.gz
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/debian-9.4.0-amd64-netinst.iso b/localfs/var/lib/libvirt/isos/pool/debian-9.4.0-amd64-netinst.iso new file mode 120000 index 0000000..ed9d1fc --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/debian-9.4.0-amd64-netinst.iso @@ -0,0 +1 @@ +../debian/debian-9.4.0-amd64-netinst.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/grml64-full_2017.05.iso b/localfs/var/lib/libvirt/isos/pool/grml64-full_2017.05.iso new file mode 120000 index 0000000..742f57e --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/grml64-full_2017.05.iso @@ -0,0 +1 @@ +../grml/grml64-full_2017.05.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/openSUSE-12.3-DVD-x86_64.iso b/localfs/var/lib/libvirt/isos/pool/openSUSE-12.3-DVD-x86_64.iso new file mode 120000 index 0000000..388866d --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/openSUSE-12.3-DVD-x86_64.iso @@ -0,0 +1 @@ +../suse/openSUSE-12.3-DVD-x86_64.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/openSUSE-13.2-DVD-x86_64.iso b/localfs/var/lib/libvirt/isos/pool/openSUSE-13.2-DVD-x86_64.iso new file mode 120000 index 0000000..d8cb8b7 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/openSUSE-13.2-DVD-x86_64.iso @@ -0,0 +1 @@ +../suse/openSUSE-13.2-DVD-x86_64.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/pool/openSUSE-Leap-42.3-NET-x86_64.iso b/localfs/var/lib/libvirt/isos/pool/openSUSE-Leap-42.3-NET-x86_64.iso new file mode 120000 index 0000000..9356564 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/pool/openSUSE-Leap-42.3-NET-x86_64.iso @@ -0,0 +1 @@ +../suse/openSUSE-Leap-42.3-NET-x86_64.iso
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/suse/Makefile b/localfs/var/lib/libvirt/isos/suse/Makefile new file mode 100644 index 0000000..2592177 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/Makefile @@ -0,0 +1,12 @@ +VERSION = 3.81 + +all: gpgverify checksum pandoc + +pandoc: + @pandoc --verbose -o README.html README.md + +gpgverify: + @gpg --verify *.sha256 + +checksum: + @sha256sum --ignore-missing -c *.sha256 diff --git a/localfs/var/lib/libvirt/isos/suse/README.html b/localfs/var/lib/libvirt/isos/suse/README.html new file mode 100644 index 0000000..989eb66 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/README.html @@ -0,0 +1,31 @@ +<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> +<p><strong>Exception</strong>: older SUSE releases. May or may not be available in a "discontinued" repository, so to be sure this here has the whole DVD.</p> +<h3 id="files">Files</h3> +<table> +<colgroup> +<col width="16%" /> +<col width="83%" /> +</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>*.sha256</td> +<td>SHA256 checksums to verify your download</td> +</tr> +<tr class="odd"> +<td>-</td> +<td>GPG verification data is included in the .sha256 files, check them. (Same as Fedora :) )</td> +</tr> +</tbody> +</table> diff --git a/localfs/var/lib/libvirt/isos/suse/README.md b/localfs/var/lib/libvirt/isos/suse/README.md new file mode 100644 index 0000000..62e0f81 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/README.md @@ -0,0 +1,17 @@ +## 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. + +**Exception**: older SUSE releases. May or may not be available in a "discontinued" repository, +so to be sure this here has the whole DVD. + +### Files +| Name | Explanation | +| ----------------- | ---------------------------------------------------------------------------------------- | +| \*.iso | The actual ISO file(s) | +| \*.sha256 | SHA256 checksums to verify your download | +| - | GPG verification data is included in the .sha256 files, check them. (Same as Fedora :) ) | diff --git a/localfs/var/lib/libvirt/isos/suse/old-suse-repos b/localfs/var/lib/libvirt/isos/suse/old-suse-repos new file mode 100644 index 0000000..387882b --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/old-suse-repos @@ -0,0 +1,2 @@ +http://ftp5.gwdg.de/pub/opensuse/discontinued/distribution/xx.x/repo/oss/ +http://ftp5.gwdg.de/pub/opensuse/discontinued/distribution/xx.x/repo/non-oss/ diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso.asc b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso.asc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso.asc diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso.sha256 b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso.sha256 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.2-DVD-x86_64.iso.sha256 diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso.asc b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso.asc new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso.asc diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso.sha1 b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso.sha1 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-12.3-DVD-x86_64.iso.sha1 diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-13.2-DVD-x86_64.iso b/localfs/var/lib/libvirt/isos/suse/openSUSE-13.2-DVD-x86_64.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-13.2-DVD-x86_64.iso diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-Leap-42.3-NET-x86_64.iso b/localfs/var/lib/libvirt/isos/suse/openSUSE-Leap-42.3-NET-x86_64.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-Leap-42.3-NET-x86_64.iso diff --git a/localfs/var/lib/libvirt/isos/suse/openSUSE-Leap-42.3-NET-x86_64.iso.sha256 b/localfs/var/lib/libvirt/isos/suse/openSUSE-Leap-42.3-NET-x86_64.iso.sha256 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/suse/openSUSE-Leap-42.3-NET-x86_64.iso.sha256 diff --git a/localfs/var/lib/libvirt/isos/theme b/localfs/var/lib/libvirt/isos/theme new file mode 120000 index 0000000..bedc2f9 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/theme @@ -0,0 +1 @@ +/var/www/apaxy/theme
\ No newline at end of file diff --git a/localfs/var/lib/libvirt/isos/windows/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso b/localfs/var/lib/libvirt/isos/windows/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/localfs/var/lib/libvirt/isos/windows/Gandalf'sWin10PEx64Redstone2_10-04-2017.iso diff --git a/localfs/var/lib/libvirt/isos/windows/README.html b/localfs/var/lib/libvirt/isos/windows/README.html new file mode 100644 index 0000000..362035f --- /dev/null +++ b/localfs/var/lib/libvirt/isos/windows/README.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>ARE YOU A WIZARD</title> + </head> + <body> + <section><p><img src="/gandalf.png" alt="wizard" height="256"/></p></section> + </body> +</html> |