From ae210c42bf5a383d2a057d8b0c1579b07d5d49f4 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 25 Nov 2007 18:40:10 +0100 Subject: [PATCH] Support $ZERO_FAI_LOGFILE --- debian/changelog | 2 ++ etc/grml/grml-live.conf | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bcf7eba..b9b8c64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ grml-live (0.0.10) unstable; urgency=low * New option '-C ' for specifying a configuration file. Needs heavy testing though, because the files are updated during runtime it isn't as easy as expected to be. :-/ + * Support $ZERO_FAI_LOGFILE inside grml-live configuration for removing + old FAI logs. * Do not enable apt-listbugs if the binary is not available. [Testing: issue340] * Add keychain package to GRML_MEDIUM. diff --git a/etc/grml/grml-live.conf b/etc/grml/grml-live.conf index d48f39a..4555cb7 100644 --- a/etc/grml/grml-live.conf +++ b/etc/grml/grml-live.conf @@ -3,7 +3,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2 or any later version. -# Latest change: Sun Oct 28 16:26:36 CET 2007 [mika] +# Latest change: Sun Nov 25 18:39:34 CET 2007 [mika] ################################################################################ # Main output directory @@ -25,6 +25,12 @@ ISO_OUTPUT="$OUTPUT/grml_isos" # Default: unset (so do not zero the logfile) #ZERO_LOGFILE='1' +# Do you want to zero / clean up / remove the previous logfiles of FAI +# before executing grml-live? Otherwise keep all the logfiles inside +# /var/log/fai/$HOSTNAME/... +# Default: unset (so do not remove the logfile(s)) +#ZERO_FAI_LOGFILE='1' + # Which Debian suite to you want to use? Unless it is set it defaults to "etch" # Supported values are: etch, lenny, sid # SUITE="sid" -- 2.1.4