diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-01 08:24:56 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-01 08:24:56 +0200 |
commit | d03678646270085c8a2459341d0d94579dbb01d7 (patch) | |
tree | 435059b868635fc0fdf18d0503cdc77f5a49f118 /helpers/config | |
parent | ec572c7d15a50c0d5051ba72ec34515105be3d9b (diff) | |
download | vyos-live-build-d03678646270085c8a2459341d0d94579dbb01d7.tar.gz vyos-live-build-d03678646270085c8a2459341d0d94579dbb01d7.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\ |