mirror of https://schlomp.space/tastytea/hashboot
updated ebuild dependencies; updated TODO and README
parent
7138c6e72a
commit
a0d103a256
7
README
7
README
|
@ -1,8 +1,9 @@
|
||||||
For build instruction see INSTALL.
|
For build instruction see INSTALL.
|
||||||
|
|
||||||
Run "hashboot.sh index" to generate checksums for /boot
|
Run "hashboot.sh index" to generate checksums and a backup for /boot and MBR
|
||||||
Run "hashboot.sh check" to check /boot
|
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 stored in /var/cache/bootbackup.tar.gz
|
||||||
|
|
||||||
Detailed documentation is in the sourcecode.
|
Detailed documentation is in the sourcecode.
|
||||||
|
|
1
TODO
1
TODO
|
@ -1,3 +1,2 @@
|
||||||
* Debian package
|
* Debian package
|
||||||
* Ubuntu package
|
* Ubuntu package
|
||||||
* Read header of ${DIGEST_FILE}
|
|
|
@ -16,6 +16,7 @@ RDEPEND="
|
||||||
app-arch/tar
|
app-arch/tar
|
||||||
sys-apps/findutils
|
sys-apps/findutils
|
||||||
sys-apps/grep
|
sys-apps/grep
|
||||||
|
virtual/awk
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
"
|
"
|
||||||
|
@ -35,4 +36,4 @@ src_install() {
|
||||||
dodoc README
|
dodoc README
|
||||||
dobin hashboot.sh
|
dobin hashboot.sh
|
||||||
doinitd hashboot
|
doinitd hashboot
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue