a04e372ee3be70025946f961cb42b1d41437533e
[grml.org.git] / download / index.html.tt2
1 <!DOCTYPE html>
2 <html>
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="fdse-index-as" content="http://www.grml.org/download/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 <style type="text/css">
22 #contentbox {
23     padding-left: 20px;
24     padding-right: 20px;
25 }
26 .download_panel {
27     float: left;
28     width: 288px;
29     margin-bottom: 2em;
30     margin-top: 1em;
31     font-size: 10pt;
32 }
33 .download_panel>div {
34     margin-right: 20px;
35 }
36 #download_panel4 {
37     width: auto;
38 }
39 .largebutton {
40     width: 100%;
41     background: #FFDA62;
42     height: 90px;
43     border: 1px solid gray;
44     -moz-border-radius:3px;
45     -webkit-border-radius:3px;
46     -o-border-radius:3px;
47     border-radius:3px;
48     margin-bottom: 0.5em;
49     font-size: 15pt;
50     font-weight: bold;
51     display: block;
52     text-align: center;
53     color: black;
54     text-decoration: none;
55     padding: auto;
56     }
57 .largebutton:hover {
58     background: #FFA862;
59 }
60 .download_relinfo {
61     font-size: 10pt;
62     margin-top: 0.8em;
63     }
64 .download_group {
65     border-bottom: 1px dotted gray;
66     overflow: auto;
67 }
68 .hide {
69     display: none;
70 }
71 </style>
72
73 </head>
74
75 <body>
76 [% INCLUDE static.inc %]
77
78 <div class="content">
79
80     <h1>Download Grml 2017.05</h1>
81
82     <p>Get the current stable release here.<br />
83
84     <!--
85     <a href="prerelease/">Looking for the current pre-release version instead?</a></p>
86     -->
87
88     <p>Download the Grml flavour you need, then write it to a CD-ROM/DVD or an empty USB stick.</p>
89
90     <div class="download_group" id="download_group1_noscript">
91     <div class="download_panel" id="download_panel1_noscript"><div>
92         <a href="http://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
93         <br/>
94         Direct download links:<br/>
95         <a href="http://download.grml.org/grml96-full_2017.05.iso">Grml96 full ISO</a> [<a href="http://download.grml.org/grml96-full_2017.05.iso.asc">Signature</a>]<br/>
96         <a href="http://download.grml.org/grml64-full_2017.05.iso">Grml64 full ISO</a> [<a href="http://download.grml.org/grml64-full_2017.05.iso.asc">Signature</a>]<br/>
97         <a href="http://download.grml.org/grml32-full_2017.05.iso">Grml32 full ISO</a> [<a href="http://download.grml.org/grml32-full_2017.05.iso.asc">Signature</a>]<br/>
98         <a href="http://download.grml.org/grml96-small_2017.05.iso">Grml96 small ISO</a> [<a href="http://download.grml.org/grml96-small_2017.05.iso.asc">Signature</a>]<br/>
99         <a href="http://download.grml.org/grml64-small_2017.05.iso">Grml64 small ISO</a> [<a href="http://download.grml.org/grml64-small_2017.05.iso.asc">Signature</a>]<br/>
100         <a href="http://download.grml.org/grml32-small_2017.05.iso">Grml32 small ISO</a> [<a href="http://download.grml.org/grml32-small_2017.05.iso.asc">Signature</a>]<br/>
101         <br/>
102         </div></div>
103     </div>
104
105     <div class="download_group" id="download_group1" style="display:none;">
106     <form method="get" action="/download/bounce/">
107     <input type="hidden" name="version" value="2017.05"/>
108     <div class="download_panel" id="download_panel1"><div>
109
110     <h2>Options</h2>
111
112     <select name="flavour" id="download_flavour" style="width:100%;">
113     <option value="full" selected="selected">grml-full (~600MB)</option>
114     <option value="small">grml-small (~280MB)</option>
115     </select>
116     <br /><br />
117     <select name="arch" id="download_arch" style="width:100%;">
118     <option value="amd64" selected="selected">64-bit PC (amd64)</option>
119     <option value="i386">32-bit PC (i686+)</option>
120     <option value="96">One for both (~1.2GB)</option>
121     </select>
122     <br />
123     <br />
124     <br />
125     <br />
126     <br />
127
128     <!--
129     <a href="/download/prerelease/" class="button" style="padding: 12px; font-weight: bold;"><span>Get 2014.10-rc1 instead!</span></a>
130     <br />
131     <br />
132     <br />
133     -->
134
135     <div style="font-size: 14pt;">
136     <p><a href="http://grml.org/changelogs/README-grml-2017.05">Release Notes</a></p>
137
138     </div>
139     </div>
140     </div>
141
142
143     <div class="download_panel" id="download_panel2"><div>
144     <!-- fallback cgi buttons -->
145     <div id="formbuttons">
146     <button name="filetype" value="iso" id="download_button_mirror" class="largebutton" style="width:100%;" type="submit">Download Now </button><br />
147     <button name="filetype" value="bt" id="download_button_bt" type="submit">Download using BitTorrent</button><br />
148     <button name="filetype" value="signature" id="download_button_signature" type="submit">Get Checksum/Signature</button><br />
149     <a href="http://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
150     </div>
151     <!-- JS links -->
152     <div id="linkbuttons" style="display:none;">
153     <a id="download_link_mirror" class="largebutton">Download Now</a><br />
154     <a id="download_link_bt">BitTorrent Download</a><br />
155     <a id="download_link_signature">Get Checksum/Signature</a><br />
156     <a href="http://grml.org/download/mirrors/">Download from a specific mirror</a><br/>
157     </div>
158     </div></div>
159
160     </form>
161     <script type="text/javascript">
162     function update_arch() {
163         var flavour = document.getElementById('download_flavour').value;
164         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 (~550MB)</option>';
165         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.2GB)</option>';
166         update_links();
167     }
168
169     function update_links() {
170         var current_version = "2017.05";
171         var product = 'grml';
172         var arch = document.getElementById('download_arch').value;
173         var flavour = document.getElementById('download_flavour').value;
174         if (arch == 'amd64') product = 'grml64';
175         if (arch == 'i386') product = 'grml32';
176         if (arch == '96') product = 'grml96';
177         var iso = product + '-' + flavour + '_' + current_version + '.iso';
178         var mirror_url = "http://download.grml.org/";
179         document.getElementById('download_link_mirror').href = mirror_url + iso;
180         document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + '-' + flavour + ' ' + current_version + '</div>';
181         document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
182         document.getElementById('download_link_signature').href = mirror_url + iso + '.asc';
183     }
184
185     // hook update function
186     document.getElementById('download_flavour').onchange = update_arch;
187     document.getElementById('download_arch').onchange = update_links;
188     // force initial link href set
189     update_links();
190     // only show our link "buttons"
191     document.getElementById('formbuttons').style.display = 'none';
192     document.getElementById('linkbuttons').style.display = '';
193     document.getElementById('download_group1').style.display = '';
194     document.getElementById('download_group1_noscript').style.display = 'none';
195     </script>
196     </div>
197
198     <div class="download_group" id="download_group2">
199
200     <div class="download_panel" id="download_panel3"><div>
201     <b>Alternate downloads</b><br /><br />
202     <a href="https://daily.grml.org/">Daily images</a><br />
203     <a href="http://download.grml.org/">Older releases</a><br />
204     <a href="http://download.grml.org/grml_sources-2017.05.tar.gz">Source code</a> (both archs)<br />
205     <br/>
206     Netboot packages:<br/>
207     <a href="http://download.grml.org/grml_netboot_package_grml64-full_2017.05.tar.bz2">64-bit</a>
208     <a href="http://download.grml.org/grml_netboot_package_grml64-full_2017.05.tar.bz2.asc">(sig)</a>
209     <a href="http://download.grml.org/grml_netboot_package_grml32-full_2017.05.tar.bz2">32-bit</a>
210     <a href="http://download.grml.org/grml_netboot_package_grml32-full_2017.05.tar.bz2.asc">(sig)</a>
211
212     <br />
213     <br />
214     <b>Signing Key</b>
215     <br />
216     Please verify all downloads using GnuPG!
217     <br />
218     For each released ISO image there is also a signature file, that should be verified with the following
219     <a href="https://grml.org/download/gnupg-michael-prokop.txt">signing key</a>:
220     <pre>pub  4096R/96A87872B7EA3737 2010-07-14 Michael Prokop &lt;mail (at) michael-prokop.at&gt;
221 Key fingerprint = 33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737
222 sub  4096R/257B6FD52892CF7E 2010-07-14</pre>
223     </div></div>
224
225     <div class="download_panel" id="download_panel4"><div>
226     <b>Boot from USB key</b><br />
227     <br />
228     Just <tt>dd(1)</tt> 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>dd if=grml64_2017.05.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 /><br />
235
236     </div></div>
237
238     </div>
239
240     <h2>Git repositories</h2>
241
242     <p>The Grml team uses <a href="https://git-scm.com/">git</a> for
243     managing software and packages. The repositories are available
244     online at <a href="https://github.com/grml/">GitHub</a>.</p>
245
246     <div style="clear: both;"></div>
247
248 </div>
249
250 [% INCLUDE static_bottom.inc %]