# $Id: fai.conf 3770 2006-08-07 12:08:51Z lange $ # /etc/fai/fai.conf -- configuration for FAI (Fully Automatic Installation) # Access to Debian mirror via NFS mounted directory # If FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT #FAI_DEBMIRROR=yournfs debianmirror:/path/to/debianmirror # LOGUSER: an account on the install server which saves all log-files # and which can change the kernel that is booted via network. # Configure .rhosts for this account and PAM, so that root can log in # from all install clients without password. This account should have # write permissions for /srv/tftp/fai. For example, you can use write # permissions for the group linuxadm. chgrp linuxadm /srv/tftp/fai;chmod # g+w /srv/tftp/fai. If the variable is undefined, this feature is disabled. # Define it, to enable it, eg. LOGUSER=fai LOGUSER=fai # set protocol type for saving logs. Values: ssh, rsh, ftp FAI_LOGPROTO=rsh # the configuration space on the install server FAI_CONFIGDIR=/srv/fai/config # how to access the fai config space # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR # the following variables are read only for most users # mount point where the mirror will be mounted MNTPOINT=/media/mirror # the local configuration directory on the install client FAI=/var/lib/fai/config