Enahnced manpage.

fix-error-creating-backup
tastytea 2019-02-24 15:43:07 +01:00
parent d0fd5a6a68
commit c479a8d856
No known key found for this signature in database
GPG Key ID: CFC39497F1B26E07
1 changed files with 12 additions and 12 deletions

View File

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