forked from tastytea/hashboot
More readme updates
This commit is contained in:
parent
b9803fddd4
commit
d0e3d0af62
4
INSTALL
4
INSTALL
|
@ -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
6
README
|
@ -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
|
||||||
|
|
||||||
|
|
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user