forked from faiproject/fai-project.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (84 loc) · 4.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<title>FAI - Fully Automatic Installation</title>
<meta name="Title" content="FAI - Homepage" />
<link rel="stylesheet" type="text/css" href="css/main.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="css/ie6_or_less.css" />
<![endif]-->
<script type="text/javascript" src="css/common.js"></script>
</head>
<body id="type-b">
<div id="wrap">
<div id="header">
<div id="site-name">
<a href="/">FAI - Fully Automatic Installation</a>
</div>
<!-- removed header-menu-unused.htm -->
</div>
<!--#include virtual="/menu.html" -->
<div id="content">
<!-- removed breadcrumb -->
FAI is a non-interactive system to install, customize and manage
Linux systems and software configurations on computers as well as
virtual machines and chroot environments, from small networks to
large-scale infrastructures and clusters.
<p>
It's a tool for unattended mass deployment of Linux. You can take one
or more virgin PC's, turn on the power, and after a few minutes,
the systems are installed, and completely configured to your exact
needs, without any interaction necessary.
</p>
<h3>Motto: Plan your installation, and FAI installs your plan.</h3>
<h2>NEWS</h2>
<ul>
<li>[25 November 2011] <b>Using Linux kernel 3.1 with FAI</b> <a href="https://lists.uni-koeln.de/pipermail/linux-fai/2011-November/009371.html">more ...</a></li>
<li>[15 September 2011] <b>CentOS and Scientific Linux Cern support</b> <a href="https://lists.uni-koeln.de/pipermail/linux-fai/2011-September/009243.html">more ...</a></li>
<li>[25 May 2011] New Images for FAI CD are available. <a href="fai-cd">Get CD </a></li>
<li>[10 May 2011] FAI 3.4.8 packages are available. <a href="news/fai-3.4.html">more ...</a></li>
<li>[21 Dec 2009] The FAI project celebrates its 10th anniversary. (<a href="/doc/10-jahre-fai.pdf">article in German)</a></li>
</ul>
<h2>Features</h2>
<ul>
<li> Installs and updates Debian, Ubuntu, CentOS, RHEL, SuSe, ...</li>
<li> Centralized deployment and configuration management</li>
<li> Installs XEN domains, VirtualBox and Vserver</li>
<li> Easy set up of software RAID and LVM</li>
<li> Full remote control via ssh during installation</li>
<li> Integrated disaster recovery system</li>
<li> Every stage can be customized via hooks</li>
</ul>
<h2>Workshop </h2>
<ul>
<li>The last FAI workshop was held from 21-23 of october 2011 at Linuxhotel Essen (<a href="https://lists.uni-koeln.de/pipermail/linux-fai/2011-August/009207.html">announement</a>)</li>
<li>Thanks to these companies and organisations for supporting the workshop:
<li> Thomas-Krenn AG, Netways, Department of Computer Science, University of Cologne
<!--
<li>Wiki page for the <a href="http://wiki.fai-project.org/wiki/DeveloperWorkshopJuly2010">workshop</a></li>
<li> <a href="http://michael-prokop.at/blog/2010/07/08/report-from-fai-developer-workshop-072010/">Blog entry</a> from Mika about the workshop</li>
<li>Thanks to these companies and organisations for supporting the workshop:
<ul>
<li> Thomas-Krenn AG, Netways, Department of Computer Science, University of Cologne
<li> <a href=http://www.informatik.uni-koeln.de/ls_juenger/> <img src=pics/uni-koeln.gif alt="uni koeln"></a> </li>
<li> <a href=http://www.thomas-krenn.com> <img src=pics/krenn.png alt=tkrenn></a></li>
<li> <a href=http://www.netways.de> <img src=pics/netways.png alt=netways></a> </li>
<li> <a href=http://www.spotify.com> <img src=pics/spotify.png alt=spotify></a> </li>
<li> <a href=http://www.debian.org> <img src=pics/openlogo-50.png alt=debian></a> </li>
-->
</ul>
</li>
</ul>
<p></p>
<b>FAI is free software, distributed under the terms of the GNU General
Public License, version 2 or any later version.</b>
<p> </p>
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>