diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-02 11:27:05 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:04 +0200 |
commit | 7908cea0c3b40feab70b4e3f8aaa220bcc680f16 (patch) | |
tree | 4e07226b395ea495b15f99cbcaa7ef3ecf594837 /scripts/build/config | |
parent | fc9df814638cde59639ed176b6b482e5f5a0a991 (diff) | |
download | vyos-live-build-7908cea0c3b40feab70b4e3f8aaa220bcc680f16.tar.gz vyos-live-build-7908cea0c3b40feab70b4e3f8aaa220bcc680f16.zip |
Adding support for sha512 checksums.
Diffstat (limited to 'scripts/build/config')
-rwxr-xr-x | scripts/build/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/config b/scripts/build/config index 43291264b..c5b01db74 100755 --- a/scripts/build/config +++ b/scripts/build/config @@ -38,7 +38,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--cache-indices true|false]\n\ \t [--cache-packages true|false]\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 [--config GIT_URL::GIT_BRANCH]\n\ \t [--zsync true|false]\n\ |