Use grml-live.log as logfile; Added vim to GRML_MEDIUM package list
authorMichael Prokop <devnull@localhost>
Sun, 30 Sep 2007 13:57:19 +0000 (15:57 +0200)
committerMichael Prokop <devnull@localhost>
Sun, 30 Sep 2007 13:57:19 +0000 (15:57 +0200)
debian/changelog
etc/grml/fai/config/package_config/GRML_MEDIUM
grml-live

index 0687c46..b396b1a 100644 (file)
@@ -13,6 +13,8 @@ grml-live (0.0.3) unstable; urgency=low
   * Do not install kernel via GRMLBASE but via GRML_* classes
     instead so we have only one single kernel on the system
     with something like 'GRMLBASE,GRML_SMALL,REMOVE_DOCS,I386'.
+  * Use grml-live.log as logfile.
+  * Added vim to GRML_MEDIUM package list.
 
  -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 12:58:15 +0200
 
index 9d7900b..9347873 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -65,7 +65,7 @@ trap bailout 1 2 3 15
 
 [ -n "$LOGDIR" ] || LOGDIR="/var/log/fai/dirinstall/$HOSTNAME"
 [ -d "$LOGDIR" ] || mkdir -p $LOGDIR
-LOGFILE="$LOGDIR/grml-live.conf"
+LOGFILE="$LOGDIR/grml-live.log"
 # }}}
 
 # some important functions {{{