From: Michael Prokop Date: Mon, 7 Sep 2009 12:44:05 +0000 (+0200) Subject: Display "Finished execution of stage 'WINDOWS_BINARIES'" only if really executed... X-Git-Tag: v0.9.22~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=8d670a0bc3b42a916623931027837650f840b068 Display "Finished execution of stage 'WINDOWS_BINARIES'" only if really executed, fix grml2ram bootoption --- diff --git a/debian/changelog b/debian/changelog index beaafc2..0854ebb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,8 +36,11 @@ grml-live (0.9.22) UNRELEASED; urgency=low that are meant for manual editing (so user just has to press and edit). * Add 'pci=nomsi' to failsafe bootoption (thanks to Marc 'HE' Brockschmidt). + * Fix grml2usb bootoption in templates/boot/isolinux/grml.cfg. + * Display "Finished execution of stage 'WINDOWS_BINARIES'" only if the + according code has been executed (and do not display if skipping). - -- Michael Prokop Mon, 07 Sep 2009 14:40:41 +0200 + -- Michael Prokop Mon, 07 Sep 2009 14:43:28 +0200 grml-live (0.9.21) unstable; urgency=low diff --git a/grml-live b/grml-live index 7ed805c..b35bacd 100755 --- a/grml-live +++ b/grml-live @@ -807,9 +807,10 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then md5sum ${file}.exe > ${file}.exe.md5 done ) fi + + log "Finished execution of stage 'WINDOWS_BINARIES' [$(date)]" + einfo "Finished execution of stage 'WINDOWS_BINARIES'" ; eend 0 fi - log "Finished execution of stage 'WINDOWS_BINARIES' [$(date)]" - einfo "Finished execution of stage 'WINDOWS_BINARIES'" ; eend 0 fi FORCE_ISO_REBUILD=true