forked from tastytea/hashboot
updated ebuild dependencies; updated TODO and README
This commit is contained in:
parent
7138c6e72a
commit
a0d103a256
7
README
7
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.
|
||||
Detailed documentation is in the sourcecode.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user