mass rename/edit
[grml.org.git] / terminalserver / index.html.tt2
diff --git a/terminalserver/index.html.tt2 b/terminalserver/index.html.tt2
new file mode 100644 (file)
index 0000000..4907e38
--- /dev/null
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>grml.org - grml-terminalserver</title>
+<meta name="Title" content="grml.org - grml-terminalserver" />
+<meta name="Author" content="the grml team [www.grml.org/team/]" />
+<meta name="Keywords" content="grml.org, grml" />
+<meta name="Description" content="grml-terminalserver of grml.org" />
+<meta name="Abstract" content="grml, just another linux-distribution" />
+<meta name="fdse-index-as" content="http://www.grml.org/kernel/" />
+<meta name="Robots" content="index,follow" />
+<meta name="Language" content="english" />
+<meta name="identifier-url" content="http://www.grml.org/" />
+<meta name="MSSmartTagsPreventParsing" content="true" />
+<meta http-equiv="imagetoolbar" content="no" />
+<link rel="home" href="/" title="grml.org" />
+<link rel="help" href="/features/" title="About" />
+<link rel="author" href="/team/" title="Team" />
+<link rel="icon" href="/favicon.png" type="image/png" />
+<link rel="stylesheet" href="/style.css" type="text/css" />
+</head>
+
+<body>
+[% INCLUDE static.inc %]
+
+      <div class="content">
+
+        <p><img style="float: right" src="/img/clanbomber.png" alt="*" /></p>
+
+        <h1>grml-terminalserver</h1>
+
+        <h2>Introduction</h2>
+
+        <p>Using grml-terminalserver you can boot grml via network. If your
+        computer is able to boot via <a
+            href="http://en.wikipedia.org/wiki/PXE">PXE</a> (Preboot Execution
+        Environment) all you have to do is start grml-terminalserver on the host
+        which should serve as booting server and boot Grml via network/PXE on
+        the client(s) then. If your computer can't handle PXE you can still try
+        to boot Grml via network, because grml-terminalserver lets you create a
+        floppydisk including a bootimage with your networkcard-driver to boot
+        via network. If that's still not an option for you check out the <a
+            href="http://etherboot.org/wiki/index.php">gPXE</a> project.</p>
+
+        <p>How to start grml-terminalserver? Just invoke grml-terminalserver as
+        user root and follow the instructions. Take a look at the manpages
+        grml-terminalserver and grml-terminalserver-config.</p>
+
+        <h2>Boot Grml without grml-terminalserver?</h2>
+
+        <p>Sure - of course you can boot Grml via PXE without having to use
+        grml-terminalserver (for example if you already have a working NFS,
+        tftp,... infrastructure). Take a look at <a
+            href="http://wiki.grml.org/doku.php?id=terminalserver#booting_grml_without_grml-terminalserver">the
+            instructions in the grml-wiki</a>.</p>
+
+        <h2>Screenshots</h2>
+
+        <p><a href="screen1.png"><img style="border: 0" src="screen1.jpg" alt="Screenshot 1" /></a></p>
+        <p>Select ip address range for clients</p>
+
+        <p><a href="screen2.png"><img style="border: 0" src="screen2.jpg" alt="Screenshot 2" /></a></p>
+        <p>Are there any computers without PXE?</p>
+
+        <p><a href="screen3.png"><img style="border: 0" src="screen3.jpg" alt="Screenshot 3" /></a></p>
+        <p>Select networkcard drivers for non-PXE capable computers</p>
+
+        <p><a href="screen4.png"><img style="border: 0" src="screen4.jpg" alt="Screenshot 4" /></a></p>
+        <p>Write grub image to floppy disk?</p>
+
+        <h2>Known Issues / Further information</h2>
+
+        <p>See <a
+        href="http://wiki.grml.org/doku.php?id=terminalserver">grml-wiki</a>.</p>
+
+      </div>
+
+[% INCLUDE static_bottom.inc %]