Update FAI configuration.
[grml-live.git] / etc / grml / fai / fai.conf
1 # $Id: fai.conf 4294 2007-06-10 11:06:11Z lange $
2
3 # /etc/fai/fai.conf -- configuration for FAI (Fully Automatic Installation)
4
5 # Access to Debian mirror via NFS mounted directory
6 # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT
7 #FAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror
8
9 # LOGUSER: an account on the install server which saves all log-files
10 # and which can change the kernel that is booted via network.
11 # Configure .rhosts for this account and PAM, so that root can log in
12 # from all install clients without password. This account should have
13 # write permissions for /srv/tftp/fai. For example, you can use write
14 # permissions for the group linuxadm. chgrp linuxadm /srv/tftp/fai;chmod
15 # g+w /srv/tftp/fai. If the variable is undefined, this feature is disabled.
16 # Define it, to enable it, eg. LOGUSER=fai
17 LOGUSER=
18
19 # set protocol type for saving logs. Values: ssh, rsh, ftp
20 FAI_LOGPROTO=ssh
21
22 # how to access the fai config space
23 # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR
24 # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,...
25 #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
26 FAI_CONFIG_SRC=file:///etc/grml/fai/config
27
28 # the following variables are read only for most users
29
30 # mount point where the mirror will be mounted
31 MNTPOINT=/media/mirror
32
33 # the local configuration directory on the install client
34 #FAI=/var/lib/fai/config
35 #FAI=/etc/grml/fai/config
36
37 # errors greater STOP_ON_ERROR will cause fai to stop the installation
38 # default: 700
39 #STOP_ON_ERROR=300