X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=b35bacd47d5ad4a3dd2eb078998bcaf0974b6f18;hb=31918d2b0a17b361e0d2c537d2aad0aa243814ef;hp=207ccb08ac755bda9f2878cfc14f8585ba5d180b;hpb=78c05688e3568ba363624bb6100540391f092862;p=grml-live.git diff --git a/grml-live b/grml-live index 207ccb0..b35bacd 100755 --- a/grml-live +++ b/grml-live @@ -516,7 +516,8 @@ else chmod 644 $CHROOT_OUTPUT/etc/grml_version einfo "Rebuilding initramfs" # make sure new /etc/grml_version reaches the initramfs: - chroot $CHROOT_OUTPUT update-initramfs -u -t + # chroot $CHROOT_OUTPUT update-initramfs -u -t => might break when using kernel-package :( + chroot $CHROOT_OUTPUT update-initramfs -u -k all eend $? fi @@ -806,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