Go to file
tastytea 9de04f11fc
Added note about untested init scripts.
2019-03-29 23:54:42 +01:00
init Updated SysVinit script. 2019-03-29 23:51:15 +01:00
.gitignore Added manpage. 2019-02-24 15:29:11 +01:00
LICENSE Typo. 2019-03-29 23:19:08 +01:00
README.md Added note about untested init scripts. 2019-03-29 23:54:42 +01:00
build_manpage.sh Added manpage. 2019-02-24 15:29:11 +01:00
hashboot increase version 2019-03-29 14:02:29 +01:00
hashboot.1.adoc Merge pull request #12 from tastytea/programmer_change 2019-03-26 10:20:05 +01:00
kernel-hook hashboot.sh is now hashboot, cause it looks more professional and is nice and shiny and smells like strawberries! 2015-10-03 22:58:54 +02:00

README.md

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.

If there is a core- or libreboot BIOS and flashrom installed, hashboot can check the BIOS for modifications too.

Install

Packages

Void Linux

xbps-install -S hashboot

Gentoo

Ebuilds are available via the tastytea repository.

Manual

  • Make hashboot executable
  • Place hashboot anywhere in ${PATH}
  • Install the appropriate init script
  • If applicable, copy kernel-hook to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks)
  • To generate the manpage, install asciidoc and run build_manpage.sh.

Usage

  • First run creates a configuration file. Select the desired checkroutines
  • Run hashboot index to generate checksums and a backup for /boot and MBR
  • Run hashboot check to check /boot and MBR
  • Run hashboot recover to replace corrupted files with the backup

Notes

  • You can't use the openrc/sysv init scripts with parallel boot.
  • The systemd and SysVinit init scripts have not been tested in a while, but will probably work.

License

"THE HUG-WARE LICENSE" (Revision 2):
teldra <teldra@rotce.de> and tastytea <tastytea@tastytea.de> wrote this.
As long as you retain this notice you can do whatever you want with this.
If we meet some day, and you think this is nice, you can give us a hug.