From: Michael Prokop Date: Wed, 17 Oct 2007 22:22:49 +0000 (+0200) Subject: Update /etc/grml/fai/make-fai-nfsroot.conf X-Git-Tag: 0.0.6~8 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=6c3215fe7320b9e69fbcc652e4b87f426df0ea94 Update /etc/grml/fai/make-fai-nfsroot.conf --- diff --git a/debian/changelog b/debian/changelog index 816bb69..ae7fdec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 17 Oct 2007 22:59:08 +0200 diff --git a/etc/grml/fai/make-fai-nfsroot.conf b/etc/grml/fai/make-fai-nfsroot.conf index 5226d6f..8f131d2 100644 --- a/etc/grml/fai/make-fai-nfsroot.conf +++ b/etc/grml/fai/make-fai-nfsroot.conf @@ -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"