Enahnced manpage.

This commit is contained in:
tastytea 2019-02-24 15:43:07 +01:00
parent d0fd5a6a68
commit c479a8d856
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -27,12 +27,12 @@ check bios for modifications too.
== OPTIONS == OPTIONS
[format="csv",frame="none",grid="none"] [frame="none",grid="none"]
|====== |============
*index*,generate checksums and a backup for `/boot` MBR and BIOS. | *index* | generate checksums and a backup for `/boot`, MBR and BIOS.
*check*,check `/boot` MBR and BIOS. | *check* | check `/boot`, MBR and BIOS.
*recover*,replace corrupted files with the backup. | *recover* | replace corrupted files with the backup.
|====== |============
== CONFIGURATION == CONFIGURATION
@ -40,12 +40,12 @@ The configuration file is in `/etc/hashboot.conf`.
=== Possible options === Possible options
[format="csv",frame="none",grid="none"] [frame="none",grid="none"]
|====== |============
SAVEDIR,The checksums and the backup are stored here. |SAVEDIR | The checksums and the backup are stored here.
CKMODES,001=mbr 010=files 100=bios. |CKMODES | 001=mbr, 010=files, 100=bios.
MBR_DEVICE,Device with the MBR on it. |MBR_DEVICE | Device with the MBR on it.
|====== |============
== REPORTING BUGS == REPORTING BUGS