X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F0030-verify-checksums;h=44535582486f822c554974dbbd7b388cce479817;hb=683095685ccdd4175b75293540aabe239d03a6bb;hp=dd1c8f89a5227055e4fe9904fb3161632ea967af;hpb=a6c584bc1a6ba62db09014487e81210546c37e81;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