Support option -u for updating; added FAI patches; several other small updates
[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 # the configuration space on the install server
23 FAI_CONFIGDIR=/etc/grml/fai/config
24
25 # how to access the fai config space
26 # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR
27 # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,...
28 #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
29 FAI_CONFIG_SRC=file:///etc/grml/fai
30
31 # the following variables are read only for most users
32
33 # mount point where the mirror will be mounted
34 MNTPOINT=/media/mirror
35
36 # the local configuration directory on the install client
37 #FAI=/var/lib/fai/config
38 FAI=/etc/grml/fai/config