Main Page: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(fix link)
(multiple changes)
Line 11: Line 11:


It is also used to update running systems without completely reinstalling them with the softupdate functionality - so you have one single point of configuration for installation and updates.
It is also used to update running systems without completely reinstalling them with the softupdate functionality - so you have one single point of configuration for installation and updates.


= Getting FAI =
= Getting FAI =
Line 31: Line 30:
* [http://fai-project.org/guide/ Search the FAI guide]
* [http://fai-project.org/guide/ Search the FAI guide]
* [http://fai-project.org/doc/man/ Manpages in HTML Format]
* [http://fai-project.org/doc/man/ Manpages in HTML Format]
== FAI in the real world ==
* [http://fai-project.org/reports User reports] by filling out the [http://fai-project.org/questionnaire FAI questionnaire]
* [[Success Stories]] - who is using FAI, how and why - and, when available pictures of the machines installed with FAI :)


== User contributed in this wiki ==
== User contributed in this wiki ==


* [[Howtos]] (see also: [[:Category:Howto]])
* [[Howtos]]
* [[helper scripts]] - add-on scripts that help using FAI
* [[helper scripts]] - add-on scripts that help using FAI
* [[user FAQ]] (from questions in the mailing list and on IRC irc.debian.org #fai)
* [[user FAQ]] (from questions in the mailing list and on IRC #fai)
* [[linux-fai mailing list infos]] (Netiquette, how to subscribe and use)
* [[linux-fai mailing list infos]]
* [[reporting bugs]] and also maybe find fixes for problems that you might encounter when using FAI.
* [[reporting bugs]] and also maybe find fixes for problems that you might encounter when using FAI.
* [[other installation tools]] - overview of other stuff seen in the wild web
* [[other installation tools]] - overview of other stuff seen in the wild web
== FAI in the real world ==
* [http://fai-project.org/reports User reports] by filling out the [http://fai-project.org/questionnaire FAI questionnaire]
* [[Success Stories]] - who is using FAI, how and why - and, when available pictures of the machines installed with FAI :)


== "third party" articles ==
== "third party" articles ==

Revision as of 10:57, 12 March 2011

Hello and welcome to the FAI wiki.

This is a public wiki for FAI - Fully Automatic Installation. It is a place for users and developers of FAI to share information. If you have some information on FAI to share, see the page wiki registration - you need to write a mail, because we can't handle the spam otherwise. Also, please read editing rules.

About FAI

FAI is a tool for fully automatic (unless you explicitly wish to get some questions on each install) installation of Debian and other Linux Distributions via network, custom install cd, or into a chroot environment. Some people also use it to install Windows.

FAI works script-based as opposed to full image based (if you wish so, we can also install any kind of image) - so it is very flexible, and can be used to install very heterogeneous infrastructures. It uses a class-based system (think of classes as system types that can be combined with each other, as long as they are not technically conflicting) to define configurations in some simple textfiles.

It is also used to update running systems without completely reinstalling them with the softupdate functionality - so you have one single point of configuration for installation and updates.

Getting FAI

  • download it from: http://fai-project.org/download/
  • experimental builds contain patches contributed by the developers that may or may not make it into the official version
  • check out the sources from subversion:
svn co svn://svn.debian.org/svn/fai/trunk fai-sources
  • get the sources from the unofficial Git repository provided by Sebastian Harl:
git clone git://git.tokkee.org/fai.git
git clone http://git.tokkee.org/fai.git

(this repository is automatically synchronized from the SVN repository four times a day)

Documentation and examples

official - from the FAI developer team

FAI in the real world

User contributed in this wiki

"third party" articles

Developer information

Wiki Information