From d0fd5a6a68174c383074f418949cc4f835f3acd4 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 24 Feb 2019 15:34:16 +0100 Subject: [PATCH] Added manpage build instructions. --- README.md | 1 + hashboot.1.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ea8d09..f8cb69f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ If there is a core- or libreboot bios and flashrom installed, **hashboot** can c * Place hashboot anywhere in $PATH * 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) +* To generate the manpage, install asciidoc and run `build_manpage.sh`. # Usage * First run creates a configuration file. Use bitmask to select desired checkroutines diff --git a/hashboot.1.adoc b/hashboot.1.adoc index 487eaee..f95a142 100644 --- a/hashboot.1.adoc +++ b/hashboot.1.adoc @@ -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 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. == OPTIONS