diff options
Diffstat (limited to 'scripts')
-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}'. ## ## |