From: Michael Prokop Date: Mon, 15 Oct 2007 19:46:13 +0000 (+0200) Subject: Log executed grml-live command X-Git-Tag: 0.0.5 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=c62c80321335cf42ee4c04922c801ad963c1fd5a Log executed grml-live command --- diff --git a/debian/changelog b/debian/changelog index c63fe8a..4a9805e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ grml-live (0.0.5) unstable; urgency=low * Do not exit with an error code if /usr/include/linux is NOT a symlink to /usr/src/linux/include/linux but keep it as a warning instead. + * Log executed grml-live command. * Re-enable problematic packages that have been fixed: - apt-listbugs (fixed via manual interaction in scripts) - gsm-utils (#353967) 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 {{{