/etc/fai/fai.conf is in fai-client 3.4.8ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # $Id$
# /etc/fai/fai.conf -- configuration for FAI (Fully Automatic Installation)
# how to access the fai config space
# If undefined here, make-fai-nfsroot/fai-setup will use default value
# nfs://<install server>/$FAI_CONFIGDIR
# supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,
# git, git+http, hg+http, tarball via http
#FAI_CONFIG_SRC=nfs://yourservername/path/to/config/space
# 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=
# set protocol type for saving logs. Values: ssh, rsh, ftp
FAI_LOGPROTO=ssh
# 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
# The following variables are read only for almost every user.
# Do not change them unless you know what you are doing!
# mount point where the mirror will be mounted
MNTPOINT=/media/mirror
# the local configuration directory on the install client
FAI=/var/lib/fai/config
|