User:Holger/FAI: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== get fai ==

== get fai configspace ==

git clone git://dev.laptop.org/projects/fai-config
git clone git://dev.laptop.org/projects/fai-config


== run fai ==


run "fai -N softupdate" as root, logs in /var/log/fai/
run "fai -N softupdate" as root, logs in /var/log/fai/

== fai classes ==

each system can belong to many classes. each class defines packages which get installed for that class, scripts that get run and other stuff.

=== FEDORA ===

basic class for rpm system, fedora7 for now

=== XSDEVEL ===

class for xs developers, adds them to wheel group

Currently those are wad, danjared, cjb and holger

=== FEDORAMIRROR ===

class to setup a fedora mirror, updated via cron

=== LIVECDBUILD ===

class to setup a xs-live-installer, build via cron

=== SCHOOLSERVER ===

class to setup XSs

== logfiles ==

reside in /var/log/fai and on a logserver, not yet setup

Revision as of 17:01, 6 June 2007

get fai

get fai configspace

git clone git://dev.laptop.org/projects/fai-config

run fai

run "fai -N softupdate" as root, logs in /var/log/fai/

fai classes

each system can belong to many classes. each class defines packages which get installed for that class, scripts that get run and other stuff.

FEDORA

basic class for rpm system, fedora7 for now

XSDEVEL

class for xs developers, adds them to wheel group

Currently those are wad, danjared, cjb and holger

FEDORAMIRROR

class to setup a fedora mirror, updated via cron

LIVECDBUILD

class to setup a xs-live-installer, build via cron

SCHOOLSERVER

class to setup XSs

logfiles

reside in /var/log/fai and on a logserver, not yet setup