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