From c62c80321335cf42ee4c04922c801ad963c1fd5a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 15 Oct 2007 21:46:13 +0200 Subject: [PATCH] Log executed grml-live command --- debian/changelog | 1 + grml-live | 1 + 2 files changed, 2 insertions(+) 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 {{{ -- 2.1.4