X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=4fbed190d207bba94f102943d6c849b55ba1075f;hp=06128748b2c260a1f21d59ef8ae413ced96aa0c0;hb=c62c80321335cf42ee4c04922c801ad963c1fd5a;hpb=a45be56c42c5da0787a73fad834384c0e82aef13 diff --git a/grml-live b/grml-live index 0612874..4fbed19 100755 --- 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 {{{