Adding support for sha512 checksums.

This commit is contained in:
Daniel Baumann 2013-01-02 11:27:05 +01:00
parent edca6cace7
commit 1c1d9254d8
2 changed files with 3 additions and 3 deletions

View File

@ -103,8 +103,8 @@ do
rm -f ${LIVE_IMAGE_NAME}*.zsync* rm -f ${LIVE_IMAGE_NAME}*.zsync*
rm -f ${LIVE_IMAGE_NAME}.sh rm -f ${LIVE_IMAGE_NAME}.sh
rm -f ${LIVE_IMAGE_NAME}.contents ${LIVE_IMAGE_NAME}.packages rm -f ${LIVE_IMAGE_NAME}.contents ${LIVE_IMAGE_NAME}.packages
rm -f MD5SUMS SHA1SUMS SHA256SUMS rm -f MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS
rm -f md5sum.txt sha1sum.txt sha256sum.txt rm -f md5sum.txt sha1sum.txt sha256sum.txt sha512sum.txt
rm -rf binary rm -rf binary
rm -rf tftpboot rm -rf tftpboot

View File

@ -38,7 +38,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\
\t [--cache-indices true|false]\n\ \t [--cache-indices true|false]\n\
\t [--cache-packages true|false]\n\ \t [--cache-packages true|false]\n\
\t [--cache-stages STAGE|\"STAGES\"]\n\ \t [--cache-stages STAGE|\"STAGES\"]\n\
\t [--checksums md5|sha1|sha256|none]\n\ \t [--checksums md5|sha1|sha256|sha512|none]\n\
\t [--compression bzip2|gzip|lzip|xz|none]\n\ \t [--compression bzip2|gzip|lzip|xz|none]\n\
\t [--config GIT_URL::GIT_BRANCH]\n\ \t [--config GIT_URL::GIT_BRANCH]\n\
\t [--zsync true|false]\n\ \t [--zsync true|false]\n\