Marking comments in checksum files as such to avoid harmless but anoying warning messages during live-boots medium integrity check.

This commit is contained in:
Daniel Baumann 2012-11-28 09:30:46 +01:00
parent b7d0742e0a
commit ade11a8ebb
2 changed files with 14 additions and 12 deletions

View File

@ -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}

View File

@ -67,12 +67,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 files on this
## medium.
##
## You can verify them automatically with the 'integrity-check' boot parameter,
## or, manually with: '${CHECKSUM}sum -c ${CHECKSUMS}'.
##
##
EOF
cat ../${CHECKSUMS} >> ${CHECKSUMS}