[Fai-commit] r4397 - people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/files/etc/fai/fai.conf

lazyboy-guest at alioth.debian.org lazyboy-guest at alioth.debian.org
Fri Jul 6 00:37:42 UTC 2007


Author: lazyboy-guest
Date: 2007-07-06 00:37:42 +0000 (Fri, 06 Jul 2007)
New Revision: 4397

Added:
   people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/files/etc/fai/fai.conf/RHEL-DEMO-COMMON
Log:
add fai config for softupdate client

Added: people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/files/etc/fai/fai.conf/RHEL-DEMO-COMMON
===================================================================
--- people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/files/etc/fai/fai.conf/RHEL-DEMO-COMMON	                        (rev 0)
+++ people/lazyboy/rhel-install-fixes_3.1.8/examples/rhel-install-demo/files/etc/fai/fai.conf/RHEL-DEMO-COMMON	2007-07-06 00:37:42 UTC (rev 4397)
@@ -0,0 +1,41 @@
+# $Id: fai.conf 4075 2006-10-10 21:46:40Z 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=ssh
+
+# 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
+# supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,...
+#FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR
+FAI_CONFIG_SRC=nfs://faitest-server-etch$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
+~
+                                                                                                          37,1          All
+
+




More information about the Fai-commit mailing list