Use grml-live.log as logfile; Added vim to GRML_MEDIUM package list
[grml-live.git] / grml-live
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 {{{