Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / docs / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - documentation</title>
5 <meta name="Title" content="grml.org - Documentation" />
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="Documentation of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/docs/" />
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/doc.png" alt="*" /></p>
29
30             <h1>Documentation</h1>
31
32             <h2>FAQ &amp; zsh</h2>
33
34             <p>Frequently asked questions and answers can be found in the section <a
35             href="/faq/">FAQ</a>. If you are looking for information on
36             the Zsh take a look at the <a
37             href="/zsh/">zsh-webpage</a>.
38
39             <p>The available boot options are documented at <a href="/cheatcodes/">the
40             cheatcodes webpage</a>.</p>
41
42             <p>Many tips and tricks can be found in the <a
43             href="http://wiki.grml.org/">grml-wiki (wiki.grml.org)</a>.</p>
44
45             <h2>Guides</h2>
46
47             <h3>grml2usb</h3>
48
49             <p><a href="/grml2usb/">grml2usb</a>: install grml ISO(s) on usb
50             device for booting</p>
51
52             <h3>grml-debootstrap</h3>
53
54             <p><a href="/grml-debootstrap/">grml-debootstrap</a>:
55             wrapper around debootstrap for installing plain Debian via
56             grml</p>
57
58             <h3>grml-live</h3>
59
60             <p><a href="/grml-live/">grml-live</a>: build framework based on FAI
61             for generating a grml and Debian based Linux Live system
62             (CD/ISO)</p>
63
64             <h3>grml-x</h3>
65
66             <p><a href="/grml-x/">grml-x</a>: create xorg.conf file (providing
67             hardware detection) and start X window system</p>
68
69             <h3>grml-terminalserver</h3>
70
71             <p><a href="/terminalserver/">grml-terminalserver</a>: boot grml via network</p>
72
73       </div>
74
75 [% INCLUDE static_bottom.inc %]