1
1
mirror of https://schlomp.space/tastytea/hashboot synced 2024-11-16 14:37:06 +01:00
This commit is contained in:
xor 2015-10-04 23:58:55 +02:00
parent 2454ca8b69
commit a1e6e1326f

@ -143,6 +143,7 @@ then
tar -r -v -P -f $BACKUP_FILE $file
done
fi
mv ${DIGEST_FILE_TMP} ${DIGEST_FILE}
else
write_hashes $DIGEST_FILE
tar -cpPf ${BACKUP_FILE} ${MBR_TMP} /boot ${DIGEST_FILE} || die 7 "Error writing ${BACKUP_FILE}"