diff --git a/INSTALL b/INSTALL index ebed884..f5838c6 100644 --- a/INSTALL +++ b/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 diff --git a/README b/README index 8dad880..27044f9 100644 --- a/README +++ b/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. diff --git a/README.md b/README.md index 163a9f6..7b27bb1 100644 --- a/README.md +++ b/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.