mirror of https://schlomp.space/tastytea/hashboot
Added manpage build instructions.
parent
8647dd65b1
commit
d0fd5a6a68
|
@ -12,6 +12,7 @@ If there is a core- or libreboot bios and flashrom installed, **hashboot** can c
|
||||||
* Place hashboot anywhere in $PATH
|
* Place hashboot anywhere in $PATH
|
||||||
* Install the appropriate init script
|
* 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)
|
* If applicable, copy kernel-hook to /etc/kernel/post{inst,rm}.d/zzz-hashboot (make sure it is called after all other hooks)
|
||||||
|
* To generate the manpage, install asciidoc and run `build_manpage.sh`.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
* First run creates a configuration file. Use bitmask to select desired checkroutines
|
* First run creates a configuration file. Use bitmask to select desired checkroutines
|
||||||
|
|
|
@ -22,7 +22,7 @@ boot partition. The checksums and a backup of the contents of `/boot` are stored
|
||||||
in `/var/lib/hashboot` by default. If a checksum doesn't match, you have the
|
in `/var/lib/hashboot` by default. If a checksum doesn't match, you have the
|
||||||
option to restore the file from backup.
|
option to restore the file from backup.
|
||||||
|
|
||||||
If there is a core- or libreboot bios and flashrom installed, **hashboot** can
|
If there is a core- or libreboot bios and flashrom installed, hashboot can
|
||||||
check bios for modifications too.
|
check bios for modifications too.
|
||||||
|
|
||||||
== OPTIONS
|
== OPTIONS
|
||||||
|
|
Loading…
Reference in New Issue