Update comment regarding checksum generation
authorMichael Prokop <mika@grml.org>
Wed, 7 Jun 2017 21:25:09 +0000 (23:25 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 7 Jun 2017 21:25:29 +0000 (23:25 +0200)
It's no longer just md5sum + sha1sum

grml-live

index 21910c7..bdefd28 100755 (executable)
--- 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
 
         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 ] && \
          (
       case $CLASSES in *RELEASE*)
          [ "$RC" = 0 ] && \
          (