updated ebuild dependencies; updated TODO and README

This commit is contained in:
tastytea 2015-09-30 00:39:38 +02:00
parent 7138c6e72a
commit a0d103a256
3 changed files with 6 additions and 5 deletions

7
README
View File

@ -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.
Detailed documentation is in the sourcecode.

1
TODO
View File

@ -1,3 +1,2 @@
* Debian package
* Ubuntu package
* Read header of ${DIGEST_FILE}

View File

@ -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
}
}