2553a72d0b6206f858b74d9d6e296c65f9eaf5d8
[grml.org.git] / download / prerelease / index.php
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: 11px;
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 <?php include '../../static.inc'; ?>
77
78 <div class="content">
79
80     <h1>Download Grml 2011.12-rc1</h1>
81
82     <p><strong>NOTE:</strong> There is no current pre-release.</p>
83
84     <!--
85     <p><strong>NOTE: This is a PRE-RELEASE, not a stable release yet.<br />
86     You have been warned.</strong><br /> -->
87     <a href="../">Looking for the stable release version instead?</a></p>
88
89     <p>Download the Grml flavour you need, then write it to a CD-R or an empty USB stick.</p>
90
91     <div class="download_group" id="download_group1">
92     <form method="post" action="/cgi-bin/download.cgi">
93     <input type="hidden" name="version" value="2011.12-rc1"/>
94     <div class="download_panel" id="download_panel1"><div>
95
96     <h2>Options</h2>
97
98     <select name="flavour" id="download_flavour" style="width:100%;">
99     <option value="full" selected="selected">grml (350MB)</option>
100     </select>
101     <br /><br />
102     <select name="arch" id="download_arch" style="width:100%;">
103     <option value="amd64" selected="selected">64-bit PC</option>
104     <option value="i386">32-bit PC</option>
105     </select>
106     <br />
107     </div></div>
108
109     <div class="download_panel" id="download_panel2"><div>
110     <!-- fallback cgi buttons -->
111     <div id="formbuttons">
112     <button name="filetype" value="iso" id="download_button_mirror" class="largebutton" style="width:100%;" type="submit">Download Now </button><br />
113     <button name="filetype" value="bt" id="download_button_bt" type="submit">Download using BitTorrent</button><br />
114     <button name="filetype" value="signature" id="download_button_signature" type="submit">Get Checksum/Signature</button><br />
115     </div>
116     <!-- JS links -->
117     <div id="linkbuttons" style="display:none;">
118     <a id="download_link_mirror" class="largebutton">Download Now</a><br />
119     <a id="download_link_bt">Download using BitTorrent</a><br />
120     <a id="download_link_signature">Get Checksum/Signature</a><br />
121     <a href="/download/mirrors/">Download from a specific mirror</a><br />
122     </div>
123     </div></div>
124
125     </form>
126     <script type="text/javascript">
127     function update_links() {
128         var current_version = "2011.12";
129         var product = 'grml';
130         var arch = document.getElementById('download_arch').value;
131         var flavour = document.getElementById('download_flavour').value;
132         if (arch == 'amd64') product = 'grml64';
133         if (flavour != 'full') product += '-' + flavour;
134         var iso = product + '_' + current_version + '.iso';
135         var mirror_url = "http://download.grml.org/devel/";
136         document.getElementById('download_link_mirror').href = mirror_url + iso;
137         document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + ' ' + current_version + '</div>';
138         document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
139         document.getElementById('download_link_signature').href = mirror_url + iso + '.sha1.asc';
140     }
141     // hook update function
142     document.getElementById('download_flavour').onchange = update_links;
143     document.getElementById('download_arch').onchange = update_links;
144     // force initial link href set
145     update_links();
146     // only show our link "buttons"
147     document.getElementById('formbuttons').style.display = 'none';
148     document.getElementById('linkbuttons').style.display = '';
149     </script>
150     </div>
151
152     <div class="download_group" id="download_group2">
153
154     <div class="download_panel" id="download_panel3"><div>
155     <b>Alternate downloads</b><br /><br />
156     <a href="http://daily.grml.org/">Daily images</a><br />
157     <a href="http://download.grml.org/">Older releases</a><br />
158     <a href="http://debian.netcologne.de/grml/release-chroots/">chroots for remastering</a><br />
159     <br />
160     <a href="http://debian.netcologne.de/grml/gnupg-michael-prokop.txt">Signing Key</a><br />
161     <br />
162     Please verify all downloads using GnuPG!
163     </div></div>
164
165     <div class="download_panel" id="download_panel4"><div>
166     <b>Boot from USB stick</b><br />
167     <br />
168     Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overriden by the dd command!">empty</abbr> USB stick!<br /><br />
169     <code>dd if=grml_2011.12-rc1.iso of=/dev/USB_STICK</code>
170     <br /><br />
171
172     <b>Troubleshooting</b><br /><br />
173     <a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">Boot option guide</a>
174     <br /><br />
175
176     </div></div>
177
178     </div>
179
180     <div style="clear: both;"></div>
181
182 </div>
183
184 <?php include '../../static_bottom.inc'; ?>