e4a6e09df7359476dcc7d79f3b94901ae8ed770d
[grml-live.git] / etc / grml / fai / make-fai-nfsroot.conf
1 # these variables are only used by make-fai-nfsroot(8)
2 # here you can use also variables defined in fai.conf
3
4 # 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=/grml/fai/nfsroot
7
8 # TFTP root directory
9 TFTPROOT=/srv/tftp/fai
10
11 # Add a line for mirrorhost and installserver when DNS is not available
12 # on the clients. This line(s) will be added to $nfsroot/etc/hosts.
13 #NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver"
14
15 FAI_DEBOOTSTRAP="etch http://192.168.1.102/debian"
16 #FAI_DEBOOTSTRAP="etch http://ftp.de.debian.org/debian"
17
18 # the encrypted (with md5 or crypt) root password on all install clients during
19 # installation process; used when log in via ssh; default pw is: fai
20 FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
21
22 # location of a identity.pub file; this user can log to the install
23 # clients in as root without a password; only useful with FAI_FLAGS="sshd"
24 #SSH_IDENTITY=/home/admin/.ssh/identity.pub
25 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
26 # following lines should be read only for most of you
27
28 FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"