adeeae824387aa21fef41bdb0d64f2ff23e63532
[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 <!--
93     <a href="prerelease/">Looking for the current pre-release version instead?</a></p>
94 -->
95
96     <p>Download the Grml flavour you need, then write it to a CD-ROM/DVD or an empty USB stick.</p>
97
98     <div class="download_group" id="download_group1_noscript">
99       <div class="download_panel" id="download_panel1_noscript">
100         <div>
101           <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
102           <br/>
103           Direct download links:<br/>
104           <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/>
105           <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/>
106           <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/>
107           <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/>
108           <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">GPGP Signature</a>]<br/>
109           <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/>
110           <br/>
111         </div>
112       </div>
113     </div>
114
115     <div class="download_group" id="download_group1" style="display:none;">
116       <form method="get" action="/download/bounce/">
117       <input type="hidden" name="version" value="2021.07"/>
118       <div class="download_panel" id="download_panel1">
119         <div>
120
121           <h2>Options</h2>
122
123           <select name="flavour" id="download_flavour" style="width:100%;">
124           <option value="full" selected="selected">grml-full (~786MB)</option>
125           <option value="small">grml-small (~400MB)</option>
126           </select>
127           <br /><br />
128           <select name="arch" id="download_arch" style="width:100%;">
129           <option value="amd64" selected="selected">64-bit PC (amd64)</option>
130           <option value="i386">32-bit PC (i686+)</option>
131           <option value="96">One for both (~1.5GB)</option>
132           </select>
133           <br />
134           <br />
135           <br />
136           <br />
137           <br />
138
139           <div style="font-size: 14pt;">
140             <p><a href="/changelogs/README-grml-2021.07/">Release Notes</a></p>
141           </div>
142
143         </div>
144       </div>
145
146
147       <!--
148       <a href="/download/prerelease/" class="button" style="padding: 12px; font-weight: bold;"><span>Get 2021.07-rc1 instead!</span></a>
149       <br />
150       <br />
151       <br />
152       -->
153
154       <div class="download_panel" id="download_panel2">
155         <div>
156           <!-- fallback cgi buttons -->
157           <div id="formbuttons">
158             <button name="filetype" value="iso" id="download_button_mirror" class="largebutton" style="width:100%;" type="submit">Download Now </button><br />
159             <!--
160             <button name="filetype" value="bt" id="download_button_bt" type="submit">Download using BitTorrent</button><br />
161             -->
162             <button name="filetype" value="signature" id="download_button_signature" type="submit">Get Checksum/Signature</button><br />
163             <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
164           </div>
165           <!-- JS links -->
166           <div id="linkbuttons" style="display:none;">
167             <a id="download_link_mirror" class="largebutton">Download Now</a><br />
168             <!--
169             <a id="download_link_bt">BitTorrent Download</a><br />
170             -->
171             <a id="download_link_signature">Get GPG Signature</a><br />
172             <a href="https://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
173           </div>
174         </div>
175       </div>
176       </form>
177
178       <script>
179       function update_arch() {
180           var flavour = document.getElementById('download_flavour').value;
181           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>';
182           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>';
183           update_links();
184       }
185
186       function update_links() {
187           var current_version = "2021.07";
188           var product = 'grml';
189           var arch = document.getElementById('download_arch').value;
190           var flavour = document.getElementById('download_flavour').value;
191           if (arch == 'amd64') product = 'grml64';
192           if (arch == 'i386') product = 'grml32';
193           if (arch == '96') product = 'grml96';
194           var iso = product + '-' + flavour + '_' + current_version + '.iso';
195           var mirror_url = "https://download.grml.org/";
196           document.getElementById('download_link_mirror').href = mirror_url + iso;
197           document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + '-' + flavour + ' ' + current_version + '</div>';
198           // document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
199           document.getElementById('download_link_signature').href = mirror_url + iso + '.asc';
200       }
201
202       // hook update function
203       document.getElementById('download_flavour').onchange = update_arch;
204       document.getElementById('download_arch').onchange = update_links;
205       // force initial link href set
206       update_links();
207       // only show our link "buttons"
208       document.getElementById('formbuttons').style.display = 'none';
209       document.getElementById('linkbuttons').style.display = '';
210       document.getElementById('download_group1').style.display = '';
211       document.getElementById('download_group1_noscript').style.display = 'none';
212       </script>
213     </div>
214
215     <div class="download_group" id="download_group2">
216
217       <div class="download_panel" id="download_panel3">
218         <div>
219           <b>Alternate downloads</b><br /><br />
220           <a href="https://daily.grml.org/">Daily images</a><br />
221           <a href="https://download.grml.org/">Older releases</a><br />
222           <a href="https://download.grml.org/grml_sources-2021.07.tar.gz">Source code</a> (one tgz for both architectures)<br />
223           <br/>
224           Netboot packages:<br/>
225           <a href="https://download.grml.org/grml_netboot_package_grml64-full_2021.07.tar">64-bit</a>
226           <a href="https://download.grml.org/grml_netboot_package_grml32-full_2021.07.tar">32-bit</a>
227         </div>
228       </div>
229
230       <div class="download_panel" id="download_panel4">
231         <div>
232           <b>Boot from USB key</b><br />
233           <br />
234           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 />
235           <code class="keyboard">dd if=grml_2021.07.iso of=/dev/USB_KEY bs=4M status=progress conv=fdatasync</code>
236           <br /><br />
237
238           <b>Troubleshooting</b><br /><br />
239           <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>
240           <br />
241           <br />
242           <br />
243           <br />
244
245         </div>
246       </div>
247
248     </div>
249
250     <h2>Verify your download</h2>
251
252     <p>Please verify all downloads!</p>
253
254     <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 />
255     The <em><a href="https://download.grml.org/SHA256SUMS">SHA256SUMS</a></em> file contains checksums for all available release files.<br />
256     The <em><a href="https://download.grml.org/SHA256SUMS.gpg">SHA256SUMS.gpg</a></em> file provides the GnuPG signature for that file.<br />
257     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>
258
259 <code class="keyboard">
260 gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
261 </code>
262
263     <p>If you don't have <a href="https://grml.org/download/gnupg-michael-prokop.txt">our GnuPG signing key</a>
264     (key ID <em>0x96A87872B7EA3737</em>, fingerprint <em>33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737</em>), run:</p>
265
266 <code class="keyboard">
267 gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737
268 </code>
269
270     <p>Finally verify the checksum of your Grml downloads, via:</p>
271
272 <code class="keyboard">
273 sha256sum --ignore-missing -c SHA256SUMS
274 </code>
275
276     <h2>Source code</h2>
277
278     <p>The Grml team uses <a href="https://git-scm.com/">Git</a> for managing software and packages.
279     The repositories are available online at <a href="https://github.com/grml/">GitHub</a>.</p>
280
281     <div style="clear: both;"></div>
282
283 </div>
284
285 [% INCLUDE static_bottom.inc %]