Update /etc/grml/fai/make-fai-nfsroot.conf
authorMichael Prokop <devnull@localhost>
Wed, 17 Oct 2007 22:22:49 +0000 (00:22 +0200)
committerMichael Prokop <devnull@localhost>
Wed, 17 Oct 2007 22:22:49 +0000 (00:22 +0200)
debian/changelog
etc/grml/fai/make-fai-nfsroot.conf

index 816bb69..ae7fdec 100644 (file)
@@ -3,6 +3,7 @@ grml-live (0.0.6) unstable; urgency=low
   * New option "-a" for setting architecture. This allows building
     grml(32) on amd64.
   * Fix stderr redirection in "/usr/sbin/fai already running..."
+  * Update /etc/grml/fai/make-fai-nfsroot.conf
 
  -- Michael Prokop <mika@grml.org>  Wed, 17 Oct 2007 22:59:08 +0200
 
index 5226d6f..8f131d2 100644 (file)
@@ -12,8 +12,13 @@ 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"
 
+# debootstrap commandline
 FAI_DEBOOTSTRAP="etch http://ftp.de.debian.org/debian"
 
+# which options do you want to use for debootstrap?
+# FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info"
+FAI_DEBOOTSTRAP_OPTS=""
+
 # 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'
@@ -21,7 +26,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"