Main Page: Difference between revisions

From FAIWiki
Jump to navigation Jump to search
(restructure, add link to other installers)
Line 19: Line 19:


== documentation and examples ==
== documentation and examples ==
=== official - from the FAI developer team ===
* Main documentation for FAI is the fai guide - it's available in multipl languages:
* Main documentation for FAI is the fai guide - it's available in multipl languages:
** [http://www.informatik.uni-koeln.de/fai/fai-guide.html/ english]
** [http://www.informatik.uni-koeln.de/fai/fai-guide.html/ english]
Line 25: Line 27:
** Search it via [http://www.google.com/advanced_search?as_sitesearch=http://www.informatik.uni-koeln.de/fai/fai-guide/ link google sitesearch ]
** Search it via [http://www.google.com/advanced_search?as_sitesearch=http://www.informatik.uni-koeln.de/fai/fai-guide/ link google sitesearch ]
* [http://www.informatik.uni-koeln.de/fai/ FAI Homepage]
* [http://www.informatik.uni-koeln.de/fai/ FAI Homepage]
=== user contributed in this wiki ===
* [[Howtos]]
* [[Howtos]]
* [[helper scripts]] - add-on scripts that help using FAI
* [[helper scripts]] - add-on scripts that help using FAI
* [[Resources]] - there are some information resources about FAI available "out there", as well as some unofficial developer branches, that are handled somewhere else until that code is incoporated in the FAI main Branch - and we want to point to them.
* [[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 irc.debian.org #fai) - We took the contents of the old and somewhat unmaintained [http://faifaq.andrew.net.au/cache/index.html fai faqmatic] to this wiki to have all information more centralized. Please use the Wiki from now on.
* [[linux-fai mailing list infos]] (Netiquette, how to subscribe and use)
* [[linux-fai mailing list infos]] (Netiquette, how to subscribe and use)
* [[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
* TODO:
** [[Resources]] - there are some information resources about FAI available "out there", as well as some unofficial developer branches, that are handled somewhere else until that code is incoporated in the FAI main Branch - and we want to point to them.
=== FAI in the real world ===
* [[Success Stories]] - who is using FAI, how and why - and, when available pictures of the machines installed with FAI :)
* [[Success Stories]] - who is using FAI, how and why - and, when available pictures of the machines installed with FAI :)
* [http://www.informatik.uni-koeln.de/fai/q-answers User reports] by filling out the [http://www.informatik.uni-koeln.de/fai/questionnaire FAI questionnaire]  (TODO: create a webform for this)
* [http://www.informatik.uni-koeln.de/fai/q-answers User reports] by filling out the [http://www.informatik.uni-koeln.de/fai/questionnaire FAI questionnaire]  (TODO: create a webform for this)
* this wiki needs a [[Logo]]
 
 
== "third party" articles ==


* [http://www.debian-administration.org/articles/240 a short tutorial on www.debian-administration.org]
* [http://www.debian-administration.org/articles/240 a short tutorial on www.debian-administration.org]
* [http://jijo.free.net.ph/files/talks/20050914-linuxworld2005.pdf a talk on fai and debian]
* [http://jijo.free.net.ph/files/talks/20050914-linuxworld2005.pdf a talk on fai and debian]
* [http://www.the-greenman.net/?q=node/7 A visual overview] of how all the pieces of an FAI installation fit together.
* [http://www.the-greenman.net/?q=node/7 A visual overview] of how all the pieces of an FAI installation fit together.
* Two Articles of how people ue FAI for some clusters:
* Two Articles of how people ue FAI for some clusters:
** Graphical rendering: http://viz.aset.psu.edu/ga5in/DisplayWallBuild.html  
** Graphical rendering: http://viz.aset.psu.edu/ga5in/DisplayWallBuild.html  
Line 48: Line 59:


== Wiki Information ==
== Wiki Information ==
* this wiki needs a [[Logo]]
* [[FAIWiki:About | About this Wiki]] - info on this wiki
* [[FAIWiki:About | About this Wiki]] - info on this wiki
* [[help for editing]] (mainly mediawiki documentation links)
* [[help for editing]] (mainly mediawiki documentation links)

Revision as of 10:09, 5 July 2007

Hello and welcome to the FAI wiki.

This is a public wiki for FAI - Fully Automatic Installation - a tool for automatic installation of Debian and other Linux Distributions. It's 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.

getting FAI

if you want the latest and greatest version(instead of the versions contained in Debian apt repositores for the specific version of the distribution):

deb http://www.informatik.uni-koeln.de/fai/download sarge koeln
deb http://www.informatik.uni-koeln.de/fai/download etch koeln
deb http://www.informatik.uni-koeln.de/fai/download developers koeln
  • install it within debian sid
  • check out the sources from subversion:
svn co svn://svn.debian.org/svn/fai/trunk fai-sources

(will require building the package by entering the directory and do something like "dpkg-buildpackage -rfakeroot")

documentation and examples

official - from the FAI developer team

user contributed in this wiki

  • TODO:
    • Resources - there are some information resources about FAI available "out there", as well as some unofficial developer branches, that are handled somewhere else until that code is incoporated in the FAI main Branch - and we want to point to them.


FAI in the real world


"third party" articles

Developer information

Wiki Information