X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=inline;f=etc%2Fgrml%2Ffai%2Fmake-fai-nfsroot.conf;fp=etc%2Fgrml%2Ffai%2Fmake-fai-nfsroot.conf;h=e4a6e09df7359476dcc7d79f3b94901ae8ed770d;hb=229a51dfda4d619c47fb4b0ff94d4d952f61e62a;hp=0000000000000000000000000000000000000000;hpb=1a06f3f65adef0fdd432aad11f479020630778a5;p=grml-live.git diff --git a/etc/grml/fai/make-fai-nfsroot.conf b/etc/grml/fai/make-fai-nfsroot.conf new file mode 100644 index 0000000..e4a6e09 --- /dev/null +++ b/etc/grml/fai/make-fai-nfsroot.conf @@ -0,0 +1,28 @@ +# these variables are only used by make-fai-nfsroot(8) +# here you can use also variables defined in fai.conf + +# directory on the install server where the nfsroot for FAI is +# created, approx size: 250MB, also defined in bootptab or dhcp.conf +NFSROOT=/grml/fai/nfsroot + +# TFTP root directory +TFTPROOT=/srv/tftp/fai + +# Add a line for mirrorhost and installserver when DNS is not available +# on the clients. This line(s) will be added to $nfsroot/etc/hosts. +#NFSROOT_ETC_HOSTS="192.168.1.250 yourinstallserver" + +FAI_DEBOOTSTRAP="etch http://192.168.1.102/debian" +#FAI_DEBOOTSTRAP="etch http://ftp.de.debian.org/debian" + +# the encrypted (with md5 or crypt) root password on all install clients during +# installation process; used when log in via ssh; default pw is: fai +FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1' + +# location of a identity.pub file; this user can log to the install +# clients in as root without a password; only useful with FAI_FLAGS="sshd" +#SSH_IDENTITY=/home/admin/.ssh/identity.pub +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# following lines should be read only for most of you + +FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"