From efaf629b129a1c876c95bd12148d72296adf0cc4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 17 Oct 2015 23:23:50 +0200 Subject: [PATCH] Introducing README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..255a124 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# License +"THE HUG-WARE LICENSE" (Revision 1): +xo and tastytea 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 sure you have sha*sum or md5sum installed +* Make hashboot.sh executable +* Place hashboot.sh 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](https://git.tastytea.de/?p=hashboot.git;a=blob_plain;f=INSTALL). + +# Usage +Run "hashboot.sh index" to generate checksums and a backup for /boot and MBR +Run "hashboot.sh check" to check /boot and MBR +Run "hashboot.sh recover" to replace corrupted files with the backup + +# Notes +A backup is 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.