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:
parent
b7d0742e0a
commit
ade11a8ebb
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user