Clarify that we no longer support i586 but require i686+
[grml.org.git] / config / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Configuration</title>
5 <meta name="Title" content="grml.org - Configuration" />
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="Configuration of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/kernel/" />
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/floppy.png" alt="*" /></p>
29
30         <h1>Configuration</h1>
31
32         <p>Starting with version 0.5 Grml provides a configuration system.  Please
33         see <a href="grml-autoconfig.1.html">grml-autoconfig.1.html</a> for details.</p>
34
35         <p>In Grml releases up to and including 2009.05 the documentation is available on the
36         grml ISO via 'man save-config' and as <a
37           href="file:///usr/share/doc/grml-saveconfig/grml-config.html">/usr/share/doc/grml-saveconfig/grml-config.html</a>.</p>
38
39         <p>In Grml releases after 2009.05 the documentation is available on the
40         grml-ISO via 'man 1 grml-autoconfig' and as <a
41           href="file:///usr/share/doc/grml-autoconfig/grml-autoconfig.1.html">/usr/share/doc/grml-autoconfig/grml-autoconfig.1.html</a>.</p>
42
43         <p><strong>Tip:</strong> Make sure to also check out the new <a
44           href="http://wiki.grml.org/doku.php?id=persistency">persistency
45           features</a> of Grml.</p>
46
47         <p>Any further wishes, feedback, bug reports? Please <a
48         href="/contact/">contact us</a>!</p>
49
50       </div>
51
52 [% INCLUDE static_bottom.inc %]