Clarify that we no longer support i586 but require i686+
[grml.org.git] / features / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Features</title>
5 <meta name="Title" content="grml.org - Homepage" />
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="Features grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/features/" />
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="Features" />
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><a href="http://www.catb.org/hacker-emblem/"><img style="float: right; border: 0" src="/img/glider.png" alt="*" /></a></p>
29
30           <h1>Features and main goals of Grml</h1>
31
32           <ul>
33               <li>distribution for sysadmins and users of text tools</li>
34               <li>Debian based distribution (reusing existing infrastructure)</li>
35             </ul>
36
37           <p><a href="/zsh/"><img style="border: 0"
38           src="/img/zsh_lover.png" alt="*" /></a> Grml - Linux for zsh
39           lovers</p>
40
41           <p>Grml provides an excellent selection of software packages
42           for installation, deployment and system rescue. You'll
43           get <strong>sysadmin's favourite tools</strong>.
44           Choose between a x86 and an amd64 version
45           depending on your needs or just grab the multiboot ISO grml96,
46           providing 64bit and 32bit ISOs in one single place.</p>
47
48           <p>Grml provides several scripts and utils
49           which <strong>make life easier</strong>. The default
50           interactive shell is <a href="/zsh/">Zsh</a> and is
51           configured with a very powerful setup, including a nifty
52           completion mechanism. grml-x is a wrapper for configuring
53           and using the X window
54           system. <a href="/grml2usb/">grml2usb</a> is a tool for
55           installing Grml ISO(s) on a usb device for
56           booting. grml-crypt is a program that provides an easy
57           wrapper arround cryptsetup, mkfs, losetup and
58           mount. <a href="/grml-live/">grml-live</a> is a build
59           framework based on <a href="http://fai-project.org/">FAI</a>
60           (Fully Automatic Installation) for generating a Grml and
61           Debian based Linux Live system (CD/ISO). grml-tips provides
62           useful tips and tricks for daily life on the command
63           line. </p>
64
65           <p>Visit the <a href="/faq/">FAQ</a> for answers to some
66           Frequently Asked Questions.</p>
67
68           <p>You can browse the list of software (packages) provided
69           by Grml - check out the <a href="/files/#debian">Debian
70           section</a>.</p>
71
72         </div>
73
74 [% INCLUDE static_bottom.inc %]