Main Page: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(remove link, that is only a simple collection of fai links and a copy of information from the fai web page)
(remove registration info, which is also n the registration page)
Line 2: Line 2:


This is a public wiki for [http://fai-project.org FAI - Fully Automatic Installation].
This is a public wiki for [http://fai-project.org 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]].
It is a place for users and developers of FAI to share information. If you have some information on FAI to share, please register [[wiki registration]]. Also, please read [[editing rules]].


= About FAI =  
= About FAI =  
Line 41: Line 41:
* [[user FAQ]] (from questions in the mailing list and on IRC #fai)
* [[user FAQ]] (from questions in the mailing list and on IRC #fai)
* [[linux-fai mailing list infos]]
* [[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.
* [[other installation tools]] - overview of other stuff seen in the wild web
* [[other installation tools]] - overview of other stuff seen in the wild web



Revision as of 11:56, 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, please register wiki registration. 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