From 5bb2f98b1720f49b19ca16d56bafc23217054963 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 7 Jun 2017 23:25:09 +0200 Subject: [PATCH] Update comment regarding checksum generation It's no longer just md5sum + sha1sum --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] && \ ( -- 2.1.4