| 1 |
lange |
2296 |
# these variables are only used by make-fai-nfsroot(8) |
| 2 |
|
|
# here you can use also variables defined in fai.conf (like $mirrorhost) |
| 3 |
|
|
|
| 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 |
|
|
#NFSROOT_ETC_HOSTS="192.168.1.250 $mirrorhost" |
| 7 |
|
|
|
| 8 |
|
|
#FAI_DEBOOTSTRAP="sarge http://$mirrorhost/debmirror/debian" |
| 9 |
|
|
FAI_DEBOOTSTRAP="sarge file:/files/scratch/debmirror/debian" |
| 10 |
|
|
|
| 11 |
|
|
# your extra packages which will be installed into the nfsroot |
| 12 |
|
|
NFSROOT_PACKAGES="expect" |
| 13 |
|
|
|
| 14 |
|
|
# this local repository holds your local packages that can be installed to |
| 15 |
|
|
# the install clients. Don't forget to create the index file Packages.gz! |
| 16 |
|
|
FAI_LOCAL_REPOSITORY="deb file:/fai/files packages/" |
| 17 |
|
|
|
| 18 |
|
|
# the encrypted root password on all install clients during |
| 19 |
|
|
# installation process; used when log in via ssh; pw is: fai |
| 20 |
|
|
FAI_ROOTPW="56hNVqht51tzc" |
| 21 |
|
|
|
| 22 |
|
|
# this kernel package will be used when booting the install clients |
| 23 |
|
|
KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-_KERNELVERSION_-fai_1_i386.deb |
| 24 |
|
|
|
| 25 |
|
|
# location of a identity.pub file; this user can log to the install |
| 26 |
|
|
# clients in as root without a password; only useful with FAI_FLAGS="sshd" |
| 27 |
|
|
#SSH_IDENTITY=/home/admin/.ssh/identity.pub |
| 28 |
|
|
|
| 29 |
|
|
# which of DHCP and/or BOOTP should the server create setups for. |
| 30 |
|
|
# Default are to create setups for both |
| 31 |
|
|
FAI_BOOT="dhcp bootp" |
| 32 |
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 33 |
|
|
# following lines should be read only for you |
| 34 |
|
|
|
| 35 |
|
|
FAI_DEBOOTSTRAP_OPTS="--arch i386 --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" |
| 36 |
|
|
|
| 37 |
|
|
nfssize="230MB" # size of the nfsroot. Only informational purpose |
| 38 |
|
|
|
| 39 |
|
|
# FAI needs these packages that are install into the nfsroot |
| 40 |
lange |
2364 |
packages="module-init-tools dhcp3-client ssh file rdate |
| 41 |
lange |
2320 |
bootpc rsync wget rsh-client less dump reiserfsprogs usbutils |
| 42 |
|
|
dpkg-dev ext2resize hdparm smartmontools parted raidtools2 lvm2 |
| 43 |
lange |
2335 |
dnsutils ntpdate dosfstools cfengine cvs jove |
| 44 |
lange |
2296 |
sysutils dialog discover mdetect libnet-perl netcat libapt-pkg-perl" |