From bffd25759e54749d5d67852644725301757905e1 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 1 Nov 2009 13:09:28 +0100 Subject: [PATCH] Adjust FAI_CONFIG_SRC variable in fai.conf --- debian/changelog | 5 ++++- etc/grml/fai/fai.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 83dee53..56319c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,12 +12,15 @@ grml-live (0.9.30) UNRELEASED; urgency=low - force installation of file-rc using aptitude's Aptitude::ProblemResolver::Keep-All-Tier option. - drop insserv package. + * Replaced 'FAI_CONFIG_SRC=file:///etc/grml/fai' with + 'FAI_CONFIG_SRC=file:///etc/grml/fai/config' so it works with + fai >=3.2.23. [ Ulrich Dangel ] * Remove denglish phrase from help file. Thanks to Andreas Gredler. [Closes: issue758] - -- Michael Prokop Sun, 01 Nov 2009 12:09:58 +0100 + -- Michael Prokop Sun, 01 Nov 2009 13:08:40 +0100 grml-live (0.9.29) unstable; urgency=low diff --git a/etc/grml/fai/fai.conf b/etc/grml/fai/fai.conf index fb2a19e..6f0ab1e 100644 --- a/etc/grml/fai/fai.conf +++ b/etc/grml/fai/fai.conf @@ -26,7 +26,7 @@ FAI_CONFIGDIR=/etc/grml/fai/config # default if undefined here: nfs://`hostname`/$FAI_CONFIGDIR # supported URL-types: nfs, file, cvs, cvs+ssh, svn+file, svn+http,... #FAI_CONFIG_SRC=nfs://yourservername$FAI_CONFIGDIR -FAI_CONFIG_SRC=file:///etc/grml/fai +FAI_CONFIG_SRC=file:///etc/grml/fai/config # the following variables are read only for most users -- 2.1.4