From fd9bfe9232349799fe3f00478caecf8871c9aa81 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 24 Oct 2007 10:38:49 +0200 Subject: [PATCH] Set FAI_DEBOOTSTRAP_OPTS to --exclude=dhcp-client,info --- debian/changelog | 2 ++ etc/grml/fai/make-fai-nfsroot.conf | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f3f1c64..87bf9c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ grml-live (0.0.7) unstable; urgency=low * Use version number of grml-live inside script and write it to the logs as well. * Log executed grml-live command line. + * Set FAI_DEBOOTSTRAP_OPTS="--exclude=dhcp-client,info" + by default. * Set $SECONDS to unknown if $start_seconds is not set. * Improve directory handling for $LOGFILE. * Add new packages to GRML_FULL: diff --git a/etc/grml/fai/make-fai-nfsroot.conf b/etc/grml/fai/make-fai-nfsroot.conf index 8f131d2..3aeb383 100644 --- a/etc/grml/fai/make-fai-nfsroot.conf +++ b/etc/grml/fai/make-fai-nfsroot.conf @@ -16,8 +16,7 @@ TFTPROOT=/srv/tftp/fai 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="" +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 -- 2.1.4