Log executed grml-live command
[grml-live.git] / grml-live
index 0612874..4fbed19 100755 (executable)
--- a/grml-live
+++ b/grml-live
@@ -174,6 +174,7 @@ while getopts "c:g:i:o:r:s:t:v:FhV" opt; do
 done
 shift $(($OPTIND - 1))  # set ARGV to the first not parsed commandline parameter
 
+echo "Executing: $(basename $0) $*" >> $LOGFILE
 # }}}
 
 # some misc checks before executing FAI {{{