Adding support for sha512 checksums.
This commit is contained in:
parent
edca6cace7
commit
1c1d9254d8
|
@ -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
|
||||||
|
|
|
@ -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\
|
||||||
|
|
Loading…
Reference in New Issue