diff options
author | Daniel Baumann <daniel@debian.org> | 2012-11-28 09:30:46 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-11-28 09:30:46 +0100 |
commit | ade11a8ebb814d79a47d0edb86904f8f44445d2f (patch) | |
tree | 4c788a8a4004e1a624e9b44b56066001dc83eb30 /scripts/build/binary_checksums | |
parent | b7d0742e0af397704871f54f3d862a7ce7d49729 (diff) | |
download | vyos-live-build-ade11a8ebb814d79a47d0edb86904f8f44445d2f.tar.gz vyos-live-build-ade11a8ebb814d79a47d0edb86904f8f44445d2f.zip |
Marking comments in checksum files as such to avoid harmless but anoying warning messages during live-boots medium integrity check.
Diffstat (limited to 'scripts/build/binary_checksums')
-rwxr-xr-x | scripts/build/binary_checksums | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 697707724..80c862d01 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -63,12 +63,13 @@ do -print0 | sort -z | xargs -0 ${CHECKSUM}sum > ../${CHECKSUMS} cat > ${CHECKSUMS} << EOF -This file contains the list of ${CHECKSUM} checksums of all files on this medium. - -You can verify them automatically with the 'integrity-check' boot parameter, -or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. - - +## This file contains the list of ${CHECKSUM} checksums of all fileson this +## medium. +## +## You can verify them automatically with the 'integrity-check' boot parameter, +## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. +## +## EOF cat ../${CHECKSUMS} >> ${CHECKSUMS} |