X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=inline;f=etc%2Fgrml%2Ffai%2Ffai.conf;fp=etc%2Fgrml%2Ffai%2Ffai.conf;h=648c40276170c8d5685c0bb769cb58cada186244;hb=229a51dfda4d619c47fb4b0ff94d4d952f61e62a;hp=0000000000000000000000000000000000000000;hpb=1a06f3f65adef0fdd432aad11f479020630778a5;p=grml-live-grml.git diff --git a/etc/grml/fai/fai.conf b/etc/grml/fai/fai.conf new file mode 100644 index 0000000..648c402 --- /dev/null +++ b/etc/grml/fai/fai.conf @@ -0,0 +1,36 @@ +# $Id: fai.conf 4294 2007-06-10 11:06:11Z 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= + +# set protocol type for saving logs. Values: ssh, rsh, ftp +FAI_LOGPROTO=ssh + +# the configuration space on the install server +FAI_CONFIGDIR=/etc/grml/fai/config + +# how to access the fai config space +# default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR +# supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,... +#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