Support $ZERO_FAI_LOGFILE
[grml-live.git] / etc / grml / grml-live.conf
index d48f39a..4555cb7 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: 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"