X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F0030-verify-checksums;h=44535582486f822c554974dbbd7b388cce479817;hb=27bc786ffea0c796827b628fb48fcdd755eace9d;hp=dd1c8f89a5227055e4fe9904fb3161632ea967af;hpb=983d4783b0efa954c2322b8c70a4908e4da6bf99;p=live-boot-grml.git diff --git a/components/0030-verify-checksums b/components/0030-verify-checksums index dd1c8f8..4453558 100755 --- a/components/0030-verify-checksums +++ b/components/0030-verify-checksums @@ -51,7 +51,7 @@ Verify_checksums () echo "Checking ${_CHECKSUM}..." > "${_TTY}" # Verify checksums - /bin/${_DIGEST}sum -c "${_CHECKSUM}" < "${_TTY}" > "${_TTY}" + grep -v '^#' "${_CHECKSUM}" | /bin/${_DIGEST}sum -c > "${_TTY}" _RETURN="${?}" # Stop after first verification