download pages: fix typo (GPGP->GGP)
[grml.org.git] / download / index.html.tt2
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>grml.org - Download</title>
5 <meta name="Title" content="grml.org - Download" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Download of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <link rel="home" href="/" title="grml.org" />
15 <link rel="help" href="/features/" title="About" />
16 <link rel="author" href="/team/" title="Team" />
17 <link rel="icon" href="/favicon.png" type="image/png" />
18 <link rel="stylesheet" href="/style.css" type="text/css" />
19 <style>
20 #contentbox {
21     padding-left: 20px;
22     padding-right: 20px;
23 }
24 .download_panel {
25     float: left;
26     width: 288px;
27     margin-bottom: 2em;
28     margin-top: 1em;
29     font-size: 10pt;
30 }
31 .download_panel>div {
32     margin-right: 20px;
33 }
34 #download_panel4 {
35     width: auto;
36 }
37 .largebutton {
38     width: 100%;
39     background: #FFDA62;
40     height: 90px;
41     border: 1px solid gray;
42     -moz-border-radius:3px;
43     -webkit-border-radius:3px;
44     -o-border-radius:3px;
45     border-radius:3px;
46     margin-bottom: 0.5em;
47     font-size: 15pt;
48     font-weight: bold;
49     display: block;
50     text-align: center;
51     color: black;
52     text-decoration: none;
53 }
54 .largebutton:hover {
55     background: #FFA862;
56 }
57 .download_relinfo {
58     font-size: 10pt;
59     margin-top: 0.8em;
60     }
61 .download_group {
62     border-bottom: 1px dotted gray;
63     overflow: auto;
64 }
65 .hide {
66     display: none;
67 }
68 .keyboard {
69     background-color: lightgrey;
70     color: #111;
71     font-family: "Ubuntu Mono", Consolas, Monaco, Courier, monospace;
72     font-size: 70%;
73     line-height: 1.5rem;
74     padding: .5rem 1rem;
75     text-align: left;
76     text-shadow: none;
77 }
78
79 </style>
80
81 </head>
82
83 <body>
84 [% INCLUDE static.inc %]
85
86 <div class="content">
87
88     <h1>Download Grml 2021.07</h1>
89
90     <p>Get the current stable release here.<br />
91
92     <a href="prerelease/">Looking for the current pre-release version instead?</a></p>
93
94     <p>Download the Grml flavour you need, then write it to a CD-ROM/DVD or an empty USB stick.</p>
95
96     <div class="download_group" id="download_group1_noscript">
97       <div class="download_panel" id="download_panel1_noscript">
98         <div>
99           <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
100           <br/>
101           Direct download links:<br/>
102           <a href="https://download.grml.org/grml96-full_2021.07.iso">Grml96 full ISO</a> [<a href="https://download.grml.org/grml96-full_2021.07.iso.asc">GPG Signature</a>]<br/>
103           <a href="https://download.grml.org/grml64-full_2021.07.iso">Grml64 full ISO</a> [<a href="https://download.grml.org/grml64-full_2021.07.iso.asc">GPG Signature</a>]<br/>
104           <a href="https://download.grml.org/grml32-full_2021.07.iso">Grml32 full ISO</a> [<a href="https://download.grml.org/grml32-full_2021.07.iso.asc">GPG Signature</a>]<br/>
105           <a href="https://download.grml.org/grml96-small_2021.07.iso">Grml96 small ISO</a> [<a href="https://download.grml.org/grml96-small_2021.07.iso.asc">GPG Signature</a>]<br/>
106           <a href="https://download.grml.org/grml64-small_2021.07.iso">Grml64 small ISO</a> [<a href="https://download.grml.org/grml64-small_2021.07.iso.asc">GGP Signature</a>]<br/>
107           <a href="https://download.grml.org/grml32-small_2021.07.iso">Grml32 small ISO</a> [<a href="https://download.grml.org/grml32-small_2021.07.iso.asc">GPG Signature</a>]<br/>
108           <br/>
109         </div>
110       </div>
111     </div>
112
113     <div class="download_group" id="download_group1" style="display:none;">
114       <form method="get" action="/download/bounce/">
115       <input type="hidden" name="version" value="2021.07"/>
116       <div class="download_panel" id="download_panel1">
117         <div>
118
119           <h2>Options</h2>
120
121           <select name="flavour" id="download_flavour" style="width:100%;">
122           <option value="full" selected="selected">grml-full (~786MB)</option>
123           <option value="small">grml-small (~400MB)</option>
124           </select>
125           <br /><br />
126           <select name="arch" id="download_arch" style="width:100%;">
127           <option value="amd64" selected="selected">64-bit PC (amd64)</option>
128           <option value="i386">32-bit PC (i686+)</option>
129           <option value="96">One for both (~1.5GB)</option>
130           </select>
131           <br />
132           <br />
133           <br />
134           <br />
135           <br />
136
137           <div style="font-size: 14pt;">
138             <p><a href="/changelogs/README-grml-2021.07/">Release Notes</a></p>
139           </div>
140
141         </div>
142       </div>
143
144
145       <a href="/download/prerelease/" class="button" style="padding: 12px; font-weight: bold;"><span>Get 2021.07-rc1 instead!</span></a>
146       <br />
147       <br />
148       <br />
149
150       <div class="download_panel" id="download_panel2">
151         <div>
152           <!-- fallback cgi buttons -->
153           <div id="formbuttons">
154             <button name="filetype" value="iso" id="download_button_mirror" class="largebutton" style="width:100%;" type="submit">Download Now </button><br />
155             <!--
156             <button name="filetype" value="bt" id="download_button_bt" type="submit">Download using BitTorrent</button><br />
157             -->
158             <button name="filetype" value="signature" id="download_button_signature" type="submit">Get Checksum/Signature</button><br />
159             <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
160           </div>
161           <!-- JS links -->
162           <div id="linkbuttons" style="display:none;">
163             <a id="download_link_mirror" class="largebutton">Download Now</a><br />
164             <a id="download_link_bt">BitTorrent Download</a><br />
165             <a id="download_link_signature">Get GPG Signature</a><br />
166             <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
167           </div>
168         </div>
169       </div>
170       </form>
171
172       <script>
173       function update_arch() {
174           var flavour = document.getElementById('download_flavour').value;
175           if (flavour == 'small') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i686+)</option><option value="96">One for both (~685MB)</option>';
176           if (flavour == 'full') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i686+)</option><option value="96">One for both (~1.45GB)</option>';
177           update_links();
178       }
179
180       function update_links() {
181           var current_version = "2021.07";
182           var product = 'grml';
183           var arch = document.getElementById('download_arch').value;
184           var flavour = document.getElementById('download_flavour').value;
185           if (arch == 'amd64') product = 'grml64';
186           if (arch == 'i386') product = 'grml32';
187           if (arch == '96') product = 'grml96';
188           var iso = product + '-' + flavour + '_' + current_version + '.iso';
189           var mirror_url = "https://download.grml.org/";
190           document.getElementById('download_link_mirror').href = mirror_url + iso;
191           document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + '-' + flavour + ' ' + current_version + '</div>';
192           document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
193           document.getElementById('download_link_signature').href = mirror_url + iso + '.asc';
194       }
195
196       // hook update function
197       document.getElementById('download_flavour').onchange = update_arch;
198       document.getElementById('download_arch').onchange = update_links;
199       // force initial link href set
200       update_links();
201       // only show our link "buttons"
202       document.getElementById('formbuttons').style.display = 'none';
203       document.getElementById('linkbuttons').style.display = '';
204       document.getElementById('download_group1').style.display = '';
205       document.getElementById('download_group1_noscript').style.display = 'none';
206       </script>
207     </div>
208
209     <div class="download_group" id="download_group2">
210
211       <div class="download_panel" id="download_panel3">
212         <div>
213           <b>Alternate downloads</b><br /><br />
214           <a href="https://daily.grml.org/">Daily images</a><br />
215           <a href="https://download.grml.org/">Older releases</a><br />
216           <a href="https://download.grml.org/grml_sources-2021.07.tar.gz">Source code</a> (one tgz for both architectures)<br />
217           <br/>
218           Netboot packages:<br/>
219           <a href="https://download.grml.org/grml_netboot_package_grml64-full_2021.07.tar">64-bit</a>
220           <a href="https://download.grml.org/grml_netboot_package_grml32-full_2021.07.tar">32-bit</a>
221         </div>
222       </div>
223
224       <div class="download_panel" id="download_panel4">
225         <div>
226           <b>Boot from USB key</b><br />
227           <br />
228           Just <kbd>dd(1)</kbd> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB key!<br /><br />
229           <code class="keyboard">dd bs=4M status=progress conv=fdatasync if=grml64-full_2021.07.iso of=/dev/USB_KEY</code>
230           <br /><br />
231
232           <b>Troubleshooting</b><br /><br />
233           <a href="https://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">Boot option guide</a>
234           <br />
235           <br />
236           <br />
237           <br />
238
239         </div>
240       </div>
241
242     </div>
243
244     <h2>Verify your download</h2>
245
246     <p>Please verify all downloads!</p>
247
248     <p>Alongside the actual download files (ISO, netboot, sources), the Grml mirrors publish the extra files <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em>.<br />
249     The <em><a href="https://download.grml.org/SHA256SUMS">SHA256SUMS</a></em> file contains checksums for all available release files.<br />
250     The <em><a href="https://download.grml.org/SHA256SUMS.gpg">SHA256SUMS.gpg</a></em> file provides the GnuPG signature for that file.<br />
251     Once you have <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em> in the same directory as your Grml downloads, verify the checksum file via:</p>
252
253 <code class="keyboard">
254 gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
255 </code>
256
257     <p>If you don't have <a href="https://grml.org/download/gnupg-michael-prokop.txt">our GnuPG signing key</a>
258     (key ID <em>0x96A87872B7EA3737</em>, fingerprint <em>33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737</em>), run:</p>
259
260 <code class="keyboard">
261 gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737
262 </code>
263
264     <p>Finally verify the checksum of your Grml downloads, via:</p>
265
266 <code class="keyboard">
267 sha256sum --ignore-missing -c SHA256SUMS
268 </code>
269
270     <h2>Source code</h2>
271
272     <p>The Grml team uses <a href="https://git-scm.com/">Git</a> for managing software and packages.
273     The repositories are available online at <a href="https://github.com/grml/">GitHub</a>.</p>
274
275     <div style="clear: both;"></div>
276
277 </div>
278
279 [% INCLUDE static_bottom.inc %]