diff options
author | Daniel Baumann <daniel@debian.org> | 2012-11-28 09:31:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-11-28 09:31:29 +0100 |
commit | f225840b96c414f0ceff9e4c86f2f48376feb721 (patch) | |
tree | 057744a9d8e5612b6df070add9249f2c8fbed66a /scripts/build | |
parent | ade11a8ebb814d79a47d0edb86904f8f44445d2f (diff) | |
download | vyos-live-build-f225840b96c414f0ceff9e4c86f2f48376feb721.tar.gz vyos-live-build-f225840b96c414f0ceff9e4c86f2f48376feb721.zip |
Updating note about integrity check boot parameter within checksum files.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/binary_checksums | 2 | ||||
-rwxr-xr-x | scripts/build/source_checksums | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_checksums b/scripts/build/binary_checksums index 80c862d01..244ee1439 100755 --- a/scripts/build/binary_checksums +++ b/scripts/build/binary_checksums @@ -66,7 +66,7 @@ cat > ${CHECKSUMS} << EOF ## This file contains the list of ${CHECKSUM} checksums of all fileson this ## medium. ## -## You can verify them automatically with the 'integrity-check' boot parameter, +## You can verify them automatically with the 'verify-checksums' boot parameter, ## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. ## ## diff --git a/scripts/build/source_checksums b/scripts/build/source_checksums index e09a1a9f2..dac79762f 100755 --- a/scripts/build/source_checksums +++ b/scripts/build/source_checksums @@ -70,7 +70,7 @@ 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, +## You can verify them automatically with the 'verify-checksums' boot parameter, ## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'. ## ## |