Generate checksums and a backup for /boot, MBR and BIOS.
Go to file
tastytea 2c53efb7de
Merge pull request #5 from teldra/master
hashboot: change default path, increment version
2019-02-24 11:29:02 +00:00
INSTALL More readme updates 2015-10-18 00:03:22 +02:00
LICENSE License! \o/ 2015-10-03 20:14:09 +02:00
README More readme updates 2015-10-18 00:03:22 +02:00
README.md Added a short description to README. 2019-02-24 10:18:41 +01:00
TODO TODO update 2015-10-05 11:55:51 +02:00
emergency.service Revert "emergency.* deleted" 2015-09-25 23:50:22 +02:00
emergency.target Revert "emergency.* deleted" 2015-09-25 23:50:22 +02:00
hashboot Merge pull request #5 from teldra/master 2019-02-24 11:29:02 +00:00
hashboot-9999.ebuild changed repo url in ebuild, fixed keywords 2018-05-22 00:49:58 +02:00
hashboot.install Archlinux PKGBUILD/install added. 2015-10-04 00:53:25 +02:00
initscript.openrc converted openrc script to use new shebang 2016-09-19 20:23:19 +02:00
initscript.runit Rename voidlinux-coreservice to initscript.runit 2018-08-27 13:07:24 +01:00
initscript.systemd added systemd initscript by oh <oh@rotce.de> 2015-06-05 21:32:25 +02:00
initscript.sysv 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
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 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
as you retain this notice you can do whatever you want with this stuff. If we
meet some day, and you think this stuff is worth it, you can give us a hug.

Install

  • 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)

Also see INSTALL.

Usage

  • 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

  • A backup is per default stored in /var/cache/bootbackup.tar.gz
  • You can't use the openrc/sysv init scripts with parallel boot.