From: Michael Prokop Date: Wed, 4 Nov 2009 22:40:01 +0000 (+0100) Subject: Update docs to reflect current FAI_CONFIG_SRC setup. X-Git-Tag: v0.9.32~1 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=76c2477869d78db80ac901df171685789a8f139b;hp=b4f73ab53e181902cb12f8c38c5fc1e978298065;ds=sidebyside Update docs to reflect current FAI_CONFIG_SRC setup. --- diff --git a/debian/changelog b/debian/changelog index 7966902..b4be089 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-live (0.9.32) UNRELEASED; urgency=low + + * Update docs to reflect current FAI_CONFIG_SRC setup. + + -- Michael Prokop Wed, 04 Nov 2009 23:39:26 +0100 + grml-live (0.9.31) unstable; urgency=low [ Michael Prokop ] diff --git a/docs/grml-live.txt b/docs/grml-live.txt index c5fe14d..3d7d0f5 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -359,8 +359,9 @@ commandline. Main configuration file for FAI which specifies where all the configuration files and scripts for FAI/grml-live can be found. By default it is set to -FAI_CONFIGDIR=/etc/grml/fai/config, a directory shipped by grml-live -out-of-the-box so you shouldn't have to configure anything in this file. +FAI_CONFIG_SRC=file:///etc/grml/fai/config being a directory shipped by +grml-live out-of-the-box so you shouldn't have to configure anything in this +file. /etc/grml/fai/make-fai-nfsroot.conf diff --git a/grml-live b/grml-live index 18f4e06..beff79c 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.31' +GRML_LIVE_VERSION='0.9.32-pre1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list'