Added a short description to README.

This commit is contained in:
tastytea 2019-02-24 10:18:41 +01:00
parent c04ade4509
commit c4e7044338
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
**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 are stored in `/var/lib/hashboot.digest` and a backup
of the contents of `/boot` is stored in `/var/cache/boot-backup.tar`. If a
checksum doesn't match, you have the option to restore the file from backup.
# License
"THE HUG-WARE LICENSE" (Revision 1):
xo <xo@rotce.de> and tastytea <tastytea@tastytea.de> wrote these files. As long
@ -23,4 +29,3 @@ Also see [INSTALL](https://git.tastytea.de/?p=hashboot.git;a=blob_plain;f=INSTAL
# Notes
* A backup is per default stored in /var/cache/bootbackup.tar.gz
* You can't use the openrc/sysv init scripts with parallel boot.
* Detailed documentation is in the sourcecode.