Generate make-fai-nfsroot.conf and nfsroot.conf on-the-fly
[grml-live.git] / etc / grml / fai / make-fai-nfsroot.conf
diff --git a/etc/grml/fai/make-fai-nfsroot.conf b/etc/grml/fai/make-fai-nfsroot.conf
deleted file mode 100644 (file)
index e71302d..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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=/srv/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"
-
-# debootstrap commandline
-FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian"
-
-# which options do you want to use for debootstrap?
-FAI_DEBOOTSTRAP_OPTS="--exclude=info,tasksel,tasksel-data"
-
-# 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
-
-# directory of hooks to be sourced at the end of make-fai-nfsroot,
-# i.e they have to be shell scripts.
-#NFSROOT_HOOKS=/etc/fai/nfsroot-hooks/