From d0e3d0af62153e0750575082979a43b6f6961077 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 18 Oct 2015 00:03:22 +0200 Subject: [PATCH] More readme updates --- INSTALL | 4 ++-- README | 6 +++--- README.md | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index f5838c6..e1862e2 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ -* Make hashboot.sh executable -* Place hashboot.sh anywhere in $PATH +* Make hashboot executable +* Place hashboot 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) diff --git a/README b/README index 27044f9..ce91c29 100644 --- a/README +++ b/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. -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 index" to generate checksums and a backup for /boot and MBR +Run "hashboot check" to check /boot and MBR +Run "hashboot recover" to replace corrupted files with the backup A backup is per default stored in /var/cache/bootbackup.tar.gz diff --git a/README.md b/README.md index 7b27bb1..408d519 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ # Install -* Make hashboot.sh executable -* Place hashboot.sh anywhere in $PATH +* Make hashboot executable +* Place hashboot 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) @@ -15,9 +15,9 @@ 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 index" to generate checksums and a backup for /boot and MBR +* Run "hashboot check" to check /boot and MBR +* Run "hashboot recover" to replace corrupted files with the backup # Notes