| 1 |
lange |
2296 |
# these variables are only used by make-fai-nfsroot(8) |
| 2 |
lange |
3695 |
# here you can use also variables defined in fai.conf |
| 3 |
lange |
2296 |
|
| 4 |
|
|
# Add a line for mirrorhost and installserver when DNS is not available |
| 5 |
|
|
# on the clients. This line(s) will be added to $nfsroot/etc/hosts. |
| 6 |
lange |
3695 |
#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver" |
| 7 |
lange |
2296 |
|
| 8 |
lange |
3695 |
FAI_DEBOOTSTRAP="sarge http://ftp.debian.org/debian" |
| 9 |
lange |
2296 |
|
| 10 |
lange |
2370 |
# your extra packages which will be installed into the nfsroot, space separated |
| 11 |
lange |
3654 |
NFSROOT_PACKAGES="cfengine2 expect" |
| 12 |
lange |
2296 |
|
| 13 |
lange |
3106 |
# the encrypted (with md5 or crypt) root password on all install clients during |
| 14 |
lange |
3100 |
# installation process; used when log in via ssh; default pw is: fai |
| 15 |
|
|
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' |
| 16 |
lange |
2296 |
|
| 17 |
|
|
# this kernel package will be used when booting the install clients |
| 18 |
lange |
3424 |
KERNELPACKAGE=/usr/lib/fai/kernel/linux-image-_KERNELVERSION_-fai-kernels_1_i386.deb |
| 19 |
lange |
2296 |
|
| 20 |
|
|
# location of a identity.pub file; this user can log to the install |
| 21 |
|
|
# clients in as root without a password; only useful with FAI_FLAGS="sshd" |
| 22 |
|
|
#SSH_IDENTITY=/home/admin/.ssh/identity.pub |
| 23 |
|
|
|
| 24 |
lange |
2526 |
# export $NFSROOT to this netgroup or this range of IP addresses |
| 25 |
lange |
3326 |
# (eg. FAICLIENTS="192.168.1.0/24") |
| 26 |
|
|
FAICLIENTS=`ifconfig ${SERVERINTERFACE} | grep -w inet | cut -d : -f 2 | cut -d ' ' -f 1 | sed -e 's/\(.*\)\.[0-9]*/\1.0\/24/' | tr -d ' '` |
| 27 |
lange |
2296 |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 28 |
lange |
2852 |
# following lines should be read only for most of you |
| 29 |
lange |
2296 |
|
| 30 |
lange |
2841 |
FAI_DEBOOTSTRAP_OPTS="--exclude=pcmcia-cs,ppp,pppconfig,pppoe,pppoeconf,dhcp-client,exim4,exim4-base,exim4-config,exim4-daemon-light,mailx,at,fdutils,info,modconf,libident,logrotate,exim" |
| 31 |
lange |
2296 |
|
| 32 |
lange |
3046 |
# FAI needs these packages that are installed into the nfsroot |
| 33 |
lange |
3305 |
packages="fai-nfsroot module-init-tools dhcp3-client ssh rdate lshw hwinfo portmap |
| 34 |
lange |
3531 |
bootpc rsync wget lftp rsh-client less dump reiserfsprogs usbutils |
| 35 |
lange |
3160 |
psmisc pciutils hdparm smartmontools parted mdadm lvm2 |
| 36 |
lange |
2630 |
dnsutils ntpdate dosfstools cvs jove xfsprogs xfsdump |
| 37 |
lange |
3434 |
sysutils dialog discover mdetect libnet-perl netcat libapt-pkg-perl |
| 38 |
lange |
3681 |
console-tools console-common" |