diff options
author | Daniel Baumann <daniel@debian.org> | 2013-01-02 11:27:05 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2013-01-02 11:27:05 +0100 |
commit | 369a6005099ad1cb99ea5bf4da02a24f2550672d (patch) | |
tree | acacc57d0439df0259a1c5f405f46b20cd581701 /scripts/build/config | |
parent | bffc19e3a203d58e409d76e6293fa6994c44bc83 (diff) | |
download | vyos-live-build-369a6005099ad1cb99ea5bf4da02a24f2550672d.tar.gz vyos-live-build-369a6005099ad1cb99ea5bf4da02a24f2550672d.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 82ba835ef..b08e2e4e2 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\ |