diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-12 23:00:48 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-11-12 23:00:48 +0100 |
commit | 9ad970aca24720f1fe7262c4b9d64e010d3bb2e7 (patch) | |
tree | 9e66941c62ce7bfc3086782edb721759aa3df1cb /helpers/lh_binary_md5sum | |
parent | 2a9dfc7421cf80a4deb004b64f261480641cd473 (diff) | |
download | vyos-live-build-9ad970aca24720f1fe7262c4b9d64e010d3bb2e7.tar.gz vyos-live-build-9ad970aca24720f1fe7262c4b9d64e010d3bb2e7.zip |
Adding option to disable md5sum generation.
Diffstat (limited to 'helpers/lh_binary_md5sum')
-rwxr-xr-x | helpers/lh_binary_md5sum | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_binary_md5sum b/helpers/lh_binary_md5sum index 9b0d81dad..0c614bf87 100755 --- a/helpers/lh_binary_md5sum +++ b/helpers/lh_binary_md5sum @@ -33,6 +33,11 @@ Read_conffile config/source Read_conffile "${LH_CONFIG}" Set_defaults +if [ "${LH_CHECKSUMS}" != "enabled" ] +then + exit 0 +fi + Echo_message "Begin creating binary md5sum.txt..." # Requiring stage file |