add signed-by and preferences directives
[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         <p>If you are running Debian stretch or later, you may want to use the following <code>.sources</code> file, which will enforce the suite name and signing keys:</p>
48
49         <pre class="rahmen">
50 Types: deb deb-src
51 URIs: http://deb.grml.org/
52 Suites: grml-stable grml-testing
53 Components: main
54 Signed-By: 05483D2F0A254E5BC12AC73021E0CA38EA2EA4AB</pre>
55
56         <p>Then the following preferences file will keep packages from GRML to replace normal Debian packages:</p>
57         
58         <pre class="rahmen">
59 Package: *
60 Pin: release suite=grml-stable
61 Pin-Priority: 1
62
63 Package: *
64 Pin: release suite=grml-testing
65 Pin-Priority: 1</pre>
66
67         <h2><a name="wallpapers"></a>Wallpapers and other media files provided by Grml</h2>
68
69         <p>Wallpapers, CD covers and similar media files are available in the
70         <a href="https://github.com/grml/mediakit/">mediakit repository</a>.</p>
71
72         <h2><a name="changelog"></a>Changelogs</h2>
73
74         <p>The changelogs have moved to <a href="/changelogs/">their own webpage</a>.</p>
75
76         <h2><a name="debian"></a>Package lists for the current release</h2>
77
78         <h3>grml32-full 2014.11</h3>
79
80         <ul>
81           <li><a href="grml32-full_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
82           <li><a href="grml32-full_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
83           <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>
84           <li><a href="grml32-full_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
85         </ul>
86
87         <h3>grml64-full 2014.11</h3>
88
89         <ul>
90           <li><a href="grml64-full_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
91           <li><a href="grml64-full_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
92           <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>
93           <li><a href="grml64-full_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
94         </ul>
95
96         <h3>grml32-small 2014.11</h3>
97
98         <ul>
99           <li><a href="grml32-small_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
100           <li><a href="grml32-small_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
101           <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>
102           <li><a href="grml32-small_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
103         </ul>
104
105         <h3>grml64-small 2014.11</h3>
106
107         <ul>
108           <li><a href="grml64-small_2014.11/dpkg.selections">dpkg.selections</a> - software package listing</li>
109           <li><a href="grml64-small_2014.11/dpkg.list">dpkg.list</a> - more detailed package list including version information</li>
110           <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>
111           <li><a href="grml64-small_2014.11/nonfree-licenses.txt">nonfree-licenses.txt</a> - a list of used nonfree software and their licenses</li>
112         </ul>
113
114       </div>
115
116 [% INCLUDE static_bottom.inc %]