From: Michael Prokop Date: Wed, 7 Jun 2017 21:25:09 +0000 (+0200) Subject: Update comment regarding checksum generation X-Git-Tag: v0.30.0~10 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=5bb2f98b1720f49b19ca16d56bafc23217054963 Update comment regarding checksum generation It's no longer just md5sum + sha1sum --- diff --git a/grml-live b/grml-live index 21910c7..bdefd28 100755 --- a/grml-live +++ b/grml-live @@ -1431,7 +1431,7 @@ else bailout 12 "Unknown HYBRID_METHOD [${HYBRID_METHOD}]. Supported values: disable, isohybrid, grub2, manifold" fi - # generate md5sum and sha1sum of ISO if we are using class 'RELEASE': + # generate ISO checksums if we are using class 'RELEASE': case $CLASSES in *RELEASE*) [ "$RC" = 0 ] && \ (