From a0d103a2561a36e63209f164c5eb6ce7f6808182 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 30 Sep 2015 00:39:38 +0200 Subject: [PATCH] updated ebuild dependencies; updated TODO and README --- README | 7 ++++--- TODO | 1 - hashboot-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index ee35311..60fe996 100644 --- a/README +++ b/README @@ -1,8 +1,9 @@ For build instruction see INSTALL. -Run "hashboot.sh index" to generate checksums for /boot -Run "hashboot.sh check" to check /boot +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 -Detailed documentation is in the sourcecode. \ No newline at end of file +Detailed documentation is in the sourcecode. diff --git a/TODO b/TODO index 87d7252..8b18977 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ * Debian package * Ubuntu package -* Read header of ${DIGEST_FILE} \ No newline at end of file diff --git a/hashboot-9999.ebuild b/hashboot-9999.ebuild index 9a192b2..ad3af53 100644 --- a/hashboot-9999.ebuild +++ b/hashboot-9999.ebuild @@ -16,6 +16,7 @@ RDEPEND=" app-arch/tar sys-apps/findutils sys-apps/grep + virtual/awk " DEPEND="${RDEPEND} " @@ -35,4 +36,4 @@ src_install() { dodoc README dobin hashboot.sh doinitd hashboot -} \ No newline at end of file +}