mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
minor mistake corrected..
This commit is contained in:
parent
44cc8b36e9
commit
3f375ef746
7
hashboot
7
hashboot
@ -135,15 +135,14 @@ then
|
||||
#Compare actual hashes of MBR against saved hashes.
|
||||
if [ "$(grep ${MBR_TMP} ${DIGEST_FILE})" != "$(grep ${MBR_TMP} ${DIGEST_FILE_TMP})" ]
|
||||
then
|
||||
[ -t "0" ] && echo "at least mbr must be written."
|
||||
[ -t "0" ] && echo "mbr was faulty."
|
||||
#future write separatly from files
|
||||
fi
|
||||
#Compare actual hashes of /boot against saved hashes.
|
||||
if [ "$(grep -v ${MBR_TMP} ${DIGEST_FILE})" != "$(grep -v ${MBR_TMP} ${DIGEST_FILE_TMP})" ]
|
||||
then
|
||||
[ -t "0" ] && echo "mbr was faulty."
|
||||
#if interactive ask if rewrite einzeln?
|
||||
[ -t "0" ] && echo "any file was faulty."
|
||||
#read z und so weiter..
|
||||
#future: write per file and separatly from mbr
|
||||
fi
|
||||
mv ${DIGEST_FILE_TMP} ${DIGEST_FILE} || die 7
|
||||
echo "List of hashes written to ${DIGEST_FILE}"
|
||||
|
Loading…
Reference in New Issue
Block a user