More readme updates

This commit is contained in:
tastytea 2015-10-18 00:03:22 +02:00
parent b9803fddd4
commit d0e3d0af62
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
* Make hashboot.sh executable * Make hashboot executable
* Place hashboot.sh anywhere in $PATH * Place hashboot anywhere in $PATH
* Install the appropriate init script * 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) * If applicable, copy kernel-hook to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks)

6
README
View File

@ -6,9 +6,9 @@ meet some day, and you think this stuff is worth it, you can give us a hug.
For build instruction see INSTALL. For build instruction see INSTALL.
Run "hashboot.sh index" to generate checksums and a backup for /boot and MBR Run "hashboot index" to generate checksums and a backup for /boot and MBR
Run "hashboot.sh check" to check /boot and MBR Run "hashboot check" to check /boot and MBR
Run "hashboot.sh recover" to replace corrupted files with the backup Run "hashboot recover" to replace corrupted files with the backup
A backup is per default stored in /var/cache/bootbackup.tar.gz A backup is per default stored in /var/cache/bootbackup.tar.gz

View File

@ -6,8 +6,8 @@
# Install # Install
* Make hashboot.sh executable * Make hashboot executable
* Place hashboot.sh anywhere in $PATH * Place hashboot anywhere in $PATH
* Install the appropriate init script * 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) * If applicable, copy kernel-hook to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks)
@ -15,9 +15,9 @@ Also see [INSTALL](https://git.tastytea.de/?p=hashboot.git;a=blob_plain;f=INSTAL
# Usage # Usage
* Run "hashboot.sh index" to generate checksums and a backup for /boot and MBR * Run "hashboot index" to generate checksums and a backup for /boot and MBR
* Run "hashboot.sh check" to check /boot and MBR * Run "hashboot check" to check /boot and MBR
* Run "hashboot.sh recover" to replace corrupted files with the backup * Run "hashboot recover" to replace corrupted files with the backup
# Notes # Notes