Log to /var/log/grml-live.log by default and support $ZERO_LOGFILE
[grml-live.git] / etc / grml / grml-live.conf
index 7a3044f..464f09f 100644 (file)
@@ -3,7 +3,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2 or any later version.
-# Latest change: Sat Oct 06 17:34:28 CEST 2007 [mika]
+# Latest change: Sun Oct 28 14:43:46 CET 2007 [mika]
 ################################################################################
 
 # Main output directory
@@ -19,6 +19,12 @@ BUILD_OUTPUT="$OUTPUT/grml_cd"
 # Where do you want to find the final ISO?
 ISO_OUTPUT="$OUTPUT/grml_isos"
 
+# Do you want to zero / clean up the logfile on each grml-live execution?
+# Especially useful if you are using an autobuild setup where you want
+# store /var/log/grml-live.log after each invocation of grml-live.
+# Default: unset (so do not zero the logfile)
+#ZERO_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"