Readme-updates
This commit is contained in:
parent
4150ca7919
commit
b9803fddd4
1
INSTALL
1
INSTALL
|
@ -1,4 +1,3 @@
|
|||
* Make sure you have sha*sum or md5sum installed
|
||||
* Make hashboot.sh executable
|
||||
* Place hashboot.sh anywhere in $PATH
|
||||
* Install the appropriate init script
|
||||
|
|
2
README
2
README
|
@ -10,7 +10,7 @@ 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
|
||||
|
||||
A backup is stored in /var/cache/bootbackup.tar.gz
|
||||
A backup is per default stored in /var/cache/bootbackup.tar.gz
|
||||
|
||||
You can't use the openrc/sysv init scripts with parallel boot.
|
||||
|
||||
|
|
15
README.md
15
README.md
|
@ -6,7 +6,6 @@
|
|||
|
||||
|
||||
# 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
|
||||
|
@ -16,14 +15,12 @@ Also see [INSTALL](https://git.tastytea.de/?p=hashboot.git;a=blob_plain;f=INSTAL
|
|||
|
||||
|
||||
# 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
|
||||
* 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.
|
||||
* A backup is per default 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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user