Initial configuration for FAI (work in progress)
[grml-live.git] / etc / grml / fai / config / files / etc / fai / fai.conf / FAISERVER
1 # $Id: fai.conf 3770 2006-08-07 12:08:51Z 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=fai
18
19 # set protocol type for saving logs. Values: ssh, rsh, ftp
20 FAI_LOGPROTO=rsh
21
22 # the configuration space on the install server
23 FAI_CONFIGDIR=/srv/fai/config
24
25 # how to access the fai config space
26 # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR
27 #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
28
29 # the following variables are read only for most users
30
31 # mount point where the mirror will be mounted
32 MNTPOINT=/media/mirror
33
34 # the local configuration directory on the install client
35 FAI=/var/lib/fai/config