Support $ZERO_FAI_LOGFILE
authorMichael Prokop <devnull@localhost>
Sun, 25 Nov 2007 17:40:10 +0000 (18:40 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 25 Nov 2007 17:40:10 +0000 (18:40 +0100)
debian/changelog
etc/grml/grml-live.conf

index bcf7eba..b9b8c64 100644 (file)
@@ -13,6 +13,8 @@ grml-live (0.0.10) unstable; urgency=low
   * New option '-C <configuration_file>' 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.
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"