Drop Latest change lines, add initial support for Debian/squeeze
[grml-live.git] / etc / grml / fai / make-fai-nfsroot.conf
index e4a6e09..20e41b6 100644 (file)
@@ -12,8 +12,11 @@ TFTPROOT=/srv/tftp/fai
 # 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"
+# debootstrap commandline
+FAI_DEBOOTSTRAP="lenny http://ftp.de.debian.org/debian"
+
+# which options do you want to use for debootstrap?
+FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
 
 # 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
@@ -22,7 +25,3 @@ 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"