Implement -D option to set configuration directory; fai.conf: don't set variables...
[grml-live.git] / etc / grml / fai / fai.conf
1 # fai.conf -- configuration for FAI (Fully Automatic Installation)
2
3 # Access to Debian mirror via NFS mounted directory
4 # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT
5 #FAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror
6
7 # LOGUSER: an account on the install server which saves all log-files
8 # and which can change the kernel that is booted via network.
9 # Configure .rhosts for this account and PAM, so that root can log in
10 # from all install clients without password. This account should have
11 # write permissions for /srv/tftp/fai. For example, you can use write
12 # permissions for the group linuxadm. chgrp linuxadm /srv/tftp/fai;chmod
13 # g+w /srv/tftp/fai. If the variable is undefined, this feature is disabled.
14 # Define it, to enable it, eg. LOGUSER=fai
15 LOGUSER=
16
17 # set protocol type for saving logs. Values: ssh, rsh, ftp
18 FAI_LOGPROTO=ssh
19
20 # how to access the fai config space
21 # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,...
22 # NOTE: grml-live set's the values according to command line options,
23 # please adjust here only if you know what you're doing
24 #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
25 #FAI_CONFIG_SRC=file:///etc/grml/fai/config
26 #FAI_CONFIGDIR=/etc/grml/fai
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