diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-01 08:24:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:06 +0100 |
commit | 6e36d93f1f84b0854c269b08b16c203f03c53c4f (patch) | |
tree | 435059b868635fc0fdf18d0503cdc77f5a49f118 /helpers/config | |
parent | 9326dc8b01231113d12417c4153a82cd3ab00029 (diff) | |
download | vyos-live-build-6e36d93f1f84b0854c269b08b16c203f03c53c4f.tar.gz vyos-live-build-6e36d93f1f84b0854c269b08b16c203f03c53c4f.zip |
Allow to include multiple checksum files and specify which hashes to use.
Diffstat (limited to 'helpers/config')
-rwxr-xr-x | helpers/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/config b/helpers/config index a341af64d..b9053d540 100755 --- a/helpers/config +++ b/helpers/config @@ -52,7 +52,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 true|false]\n\ +\t [--checksums md5|sha1|sha256|none]\n\ \t [--chroot-build true|false]\n\ \t [--chroot-filesystem ext2|ext3|squashfs|plain|jffs2]\n\ \t [-c|--conffile FILE]\n\ |