| 1 |
lange |
3198 |
# these variables are only used by make-fai-nfsroot(8) |
| 2 |
lange |
4026 |
# here you can use also variables defined in fai.conf |
| 3 |
lange |
3198 |
|
| 4 |
lange |
4026 |
# directory on the install server where the nfsroot for FAI is |
| 5 |
lange |
5579 |
# created, approx size: 390MB, also defined in bootptab or dhcp.conf |
| 6 |
lange |
4026 |
NFSROOT=/srv/fai/nfsroot |
| 7 |
|
|
|
| 8 |
lange |
5579 |
# TFTP directory for FAI files |
| 9 |
|
|
TFTPROOT=/srv/tftp/fai |
| 10 |
|
|
|
| 11 |
|
|
# location of the configuration space on the install server |
| 12 |
|
|
FAI_CONFIGDIR=/srv/fai/config |
| 13 |
|
|
|
| 14 |
lange |
3198 |
# Add a line for mirrorhost and installserver when DNS is not available |
| 15 |
|
|
# on the clients. This line(s) will be added to $nfsroot/etc/hosts. |
| 16 |
lange |
5939 |
NFSROOT_ETC_HOSTS="192.168.33.250 faiserver" |
| 17 |
lange |
3198 |
|
| 18 |
lange |
5579 |
# Parameter for debootstrap: "<suite> <mirror>" |
| 19 |
lange |
5949 |
FAI_DEBOOTSTRAP="lenny http://faiserver:9999/debian" |
| 20 |
lange |
3198 |
|
| 21 |
|
|
# the encrypted (with md5 or crypt) root password on all install clients during |
| 22 |
|
|
# installation process; used when log in via ssh; default pw is: fai |
| 23 |
|
|
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' |
| 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 |
lange |
5579 |
|
| 29 |
|
|
# directory of hooks to be sourced at the end of make-fai-nfsroot, |
| 30 |
|
|
# i.e they have to be shell scripts. |
| 31 |
|
|
#NFSROOT_HOOKS=/etc/fai/nfsroot-hooks/ |
| 32 |
|
|
|
| 33 |
lange |
3198 |
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 34 |
|
|
# following lines should be read only for most of you |
| 35 |
|
|
|
| 36 |
lange |
5579 |
FAI_DEBOOTSTRAP_OPTS="--exclude=info" |