Clarify that we no longer support i586 but require i686+
[grml.org.git] / files / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Files</title>
5 <meta name="Title" content="grml.org - Files" />
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="Files of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/files/" />
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 </head>
22
23 <body>
24 [% INCLUDE static.inc %]
25
26       <div class="content">
27
28         <p><img style="float: right" src="/img/clanbomber.png" alt="*" /></p>
29
30         <h1>Files</h1>
31
32         <h2><a name="grmlrepos"></a>Package Repository</h2>
33
34         <p>Packages provided by the Grml team are
35         available from the <a
36         href="http://deb.grml.org/">Grml repository</a>.</p>
37
38         <p>Note that using the Grml repository on standard Debian systems is <b>not recommended</b>. If you just want our console configuration, read <a href="http://grml.org/console/">"Make console work comfortable"</a>.</p>
39
40         <pre class="rahmen">
41 # Signing key is available in grml-debian-keyring
42 #  deb     http://deb.grml.org/ grml-stable main
43 #  deb-src http://deb.grml.org/ grml-stable main
44 #  deb     http://deb.grml.org/ grml-testing main
45 #  deb-src http://deb.grml.org/ grml-testing main</pre>
46
47         <h2><a name="wallpapers"></a>Wallpapers and other media files provided by Grml</h2>
48
49         <p>Wallpapers, CD covers and similar media files are available in the
50         <a href="https://github.com/grml/mediakit/">mediakit repository</a>.</p>
51
52         <h2><a name="changelog"></a>Changelogs</h2>
53
54         <p>The changelogs have moved to <a href="/changelogs/">their own webpage</a>.</p>
55
56         <h2><a name="debian"></a>Package lists for the current release</h2>
57
58         <h3>grml32-full 2017.05</h3>
59
60         <ul>
61           <li><a href="grml32-full_2017.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
62           <li><a href="grml32-full_2017.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
63           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
64           <li><a href="grml32-full_2017.05/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
65         </ul>
66
67         <h3>grml64-full 2017.05</h3>
68
69         <ul>
70           <li><a href="grml64-full_2017.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
71           <li><a href="grml64-full_2017.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
72           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
73           <li><a href="grml64-full_2017.05/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
74         </ul>
75
76         <h3>grml32-small 2017.05</h3>
77
78         <ul>
79           <li><a href="grml32-small_2017.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
80           <li><a href="grml32-small_2017.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
81           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
82           <li><a href="grml32-small_2017.05/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
83         </ul>
84
85         <h3>grml64-small 2017.05</h3>
86
87         <ul>
88           <li><a href="grml64-small_2017.05/dpkg.selections">dpkg.selections</a> - software package listing</li>
89           <li><a href="grml64-small_2017.05/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
90           <li><a href="http://git.grml.org/?p=grml-live.git;a=blob_plain;f=templates/GRML/grml-cheatcodes.txt;hb=HEAD">grml-cheatcodes.txt</a> - boot options</li>
91           <li><a href="grml64-small_2017.05/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
92         </ul>
93
94       </div>
95
96 [% INCLUDE static_bottom.inc %]