From 00e2cfdc5dce0c4c5c62bc595e2b2fcf8b3dd14c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Feb 2019 13:06:10 +0100 Subject: [PATCH] Mention MBR in description. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7373e7d..7d5f14a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -**hashboot** hashes all files in `/boot` to check them during early boot. It is -intended for when you have encrypted the root partition but not the boot -partition. The checksums and a backup of the contents of `/boot` are stored in -`/var/lib/hashboot` by default. If a checksum doesn't match, you have the option -to restore the file from backup. +**hashboot** hashes all files in `/boot` and the MBR to check them during early +boot. It is intended for when you have encrypted the root partition but not the +boot partition. The checksums and a backup of the contents of `/boot` are stored +in `/var/lib/hashboot` by default. If a checksum doesn't match, you have the +option to restore the file from backup. # Install