mirror of https://schlomp.space/tastytea/hashboot
Mention MBR in description.
parent
bddc2720bf
commit
00e2cfdc5d
10
README.md
10
README.md
|
@ -1,8 +1,8 @@
|
||||||
**hashboot** hashes all files in `/boot` to check them during early boot. It is
|
**hashboot** hashes all files in `/boot` and the MBR to check them during early
|
||||||
intended for when you have encrypted the root partition but not the boot
|
boot. It is intended for when you have encrypted the root partition but not the
|
||||||
partition. The checksums and a backup of the contents of `/boot` are stored in
|
boot partition. The checksums and a backup of the contents of `/boot` are stored
|
||||||
`/var/lib/hashboot` by default. If a checksum doesn't match, you have the option
|
in `/var/lib/hashboot` by default. If a checksum doesn't match, you have the
|
||||||
to restore the file from backup.
|
option to restore the file from backup.
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue