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="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="About" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25       <div class="content">
26
27             <p><img style="float: right" src="/img/doc.png" alt="*" /></p>
28
29             <h1>Documentation</h1>
30
31             <h2>FAQ &amp; zsh</h2>
32
33             <p>Frequently asked questions and answers can be found in the section <a
34             href="/faq/">FAQ</a>. If you are looking for information on
35             the Zsh take a look at the <a
36             href="/zsh/">zsh-webpage</a>.
37
38             <p>The available boot options are documented at <a href="/cheatcodes/">the
39             cheatcodes webpage</a>.</p>
40
41             <p>Many tips and tricks can be found in the <a
42             href="http://wiki.grml.org/">grml-wiki (wiki.grml.org)</a>.</p>
43
44             <h2>Guides</h2>
45
46             <h3>grml2usb</h3>
47
48             <p><a href="/grml2usb/">grml2usb</a>: install grml ISO(s) on usb
49             device for booting</p>
50
51             <h3>grml-debootstrap</h3>
52
53             <p><a href="/grml-debootstrap/">grml-debootstrap</a>:
54             wrapper around debootstrap for installing plain Debian via
55             grml</p>
56
57             <h3>grml-live</h3>
58
59             <p><a href="/grml-live/">grml-live</a>: build framework based on FAI
60             for generating a grml and Debian based Linux Live system
61             (CD/ISO)</p>
62
63             <h3>grml-x</h3>
64
65             <p><a href="/grml-x/">grml-x</a>: create xorg.conf file (providing
66             hardware detection) and start X window system</p>
67
68             <h3>grml-terminalserver</h3>
69
70             <p><a href="/terminalserver/">grml-terminalserver</a>: boot grml via network</p>
71
72       </div>
73
74 [% INCLUDE static_bottom.inc %]