From: Michael Prokop Date: Thu, 25 Aug 2011 13:06:38 +0000 (+0200) Subject: Unify warning message for missing adddon file for bsd4grml X-Git-Tag: v0.16.1~25 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=09b2ee2ece92bbf27d1d355d0b10daba84788e0f Unify warning message for missing adddon file for bsd4grml --- diff --git a/grml-live b/grml-live index af49433..1870969 100755 --- a/grml-live +++ b/grml-live @@ -755,8 +755,8 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then if [ -d "$TEMPLATE_DIRECTORY"/boot/addons/bsd4grml ] ; then cp -a ${TEMPLATE_DIRECTORY}/boot/addons/bsd4grml "$BUILD_OUTPUT"/boot/addons/ else - log "bsd4grml addon not found, skipping therefore." - ewarn "bsd4grml addon not found, skipping therefore." ; eend 0 + log "Missing addon file: bsd4grml" + ewarn "Missing addon file: bsd4grml" ; eend 0 fi fi