| 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 |
lange |
3770 |
# directory on the install server where the nfsroot for FAI is |
| 5 |
|
|
# created, approx size: 250MB, also defined in bootptab or dhcp.conf |
| 6 |
|
|
NFSROOT=/srv/fai/nfsroot |
| 7 |
|
|
|
| 8 |
lange |
2296 |
# Add a line for mirrorhost and installserver when DNS is not available |
| 9 |
|
|
# on the clients. This line(s) will be added to $nfsroot/etc/hosts. |
| 10 |
lange |
3695 |
#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver" |
| 11 |
lange |
2296 |
|
| 12 |
lange |
3954 |
FAI_DEBOOTSTRAP="etch http://ftp.debian.org/debian" |
| 13 |
lange |
2296 |
|
| 14 |
lange |
3106 |
# the encrypted (with md5 or crypt) root password on all install clients during |
| 15 |
lange |
3100 |
# installation process; used when log in via ssh; default pw is: fai |
| 16 |
|
|
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' |
| 17 |
lange |
2296 |
|
| 18 |
|
|
# this kernel package will be used when booting the install clients |
| 19 |
lange |
3424 |
KERNELPACKAGE=/usr/lib/fai/kernel/linux-image-_KERNELVERSION_-fai-kernels_1_i386.deb |
| 20 |
lange |
2296 |
|
| 21 |
|
|
# location of a identity.pub file; this user can log to the install |
| 22 |
|
|
# clients in as root without a password; only useful with FAI_FLAGS="sshd" |
| 23 |
|
|
#SSH_IDENTITY=/home/admin/.ssh/identity.pub |
| 24 |
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| 25 |
lange |
2852 |
# following lines should be read only for most of you |
| 26 |
lange |
2296 |
|
| 27 |
lange |
3954 |
FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info" |