X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=grml-live;h=9a78995d6ab44e92457e23026947939d3ac4994c;hb=fe5a77dd117f8741aab0bd371adcb15773bd2a61;hp=a80ebcd06e3d05b3a98e865dc7cf0ab9c2795f94;hpb=fada6dea0ffacc5ee41b1ae0144197f233e4ca87;p=grml-live.git diff --git a/grml-live b/grml-live index a80ebcd..9a78995 100755 --- a/grml-live +++ b/grml-live @@ -974,7 +974,7 @@ grub_setup() { ;; *) log "Secure Boot method '${SECURE_BOOT}' is unsupported." - error "Secure Boot method '${SECURE_BOOT}' is unsupported." ; eend 1 + eerror "Secure Boot method '${SECURE_BOOT}' is unsupported." ; eend 1 bailout 59 ;; esac @@ -1582,14 +1582,8 @@ else [ "$RC" = 0 ] && \ ( if cd $ISO_OUTPUT ; then - md5sum ${ISO_NAME} > ${ISO_NAME}.md5 && \ - touch -r ${ISO_NAME} ${ISO_NAME}.md5 - sha1sum ${ISO_NAME} > ${ISO_NAME}.sha1 && \ - touch -r ${ISO_NAME} ${ISO_NAME}.sha1 sha256sum ${ISO_NAME} > ${ISO_NAME}.sha256 && \ touch -r ${ISO_NAME} ${ISO_NAME}.sha256 - sha512sum ${ISO_NAME} > ${ISO_NAME}.sha512 && \ - touch -r ${ISO_NAME} ${ISO_NAME}.sha512 fi ) ;;