Implement -D option to set configuration directory; fai.conf: don't set variables...
[grml-live.git] / etc / grml / fai / make-fai-nfsroot.conf
index cfd1e79..e6bcb6b 100644 (file)
@@ -9,14 +9,14 @@ NFSROOT=/srv/fai/nfsroot
 TFTPROOT=/srv/tftp/fai
 
 # location of the configuration space
-# FAI_CONFIGDIR=/etc/grml/fai/config
+# GRML_FAI_CONFIG=/etc/grml/fai/config
 
 # 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="lenny http://cdn.debian.net/debian"
+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"