What about exit codes?

This commit is contained in:
Bandie 2018-03-22 13:47:16 +01:00
parent 69c8e42637
commit 3acb5c8d16
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 11 additions and 0 deletions

View File

@ -84,6 +84,17 @@ If you didn't read the instruction above here is what the scripts does:
* `grub2-update-kernel-signature` is renewing the signatures in /boot/. (without subdirs) regardless if grub2-verify fails.
## Exit codes
You might be interested in the exit codes of `grub2-verify` to use it in your monitoring tools:
```
0 - Everything is okay
1 - Found bad signatures
2 - No signatures found at all [GRUB2 is completely unsigned]
3 - Missing signatures [There are correct signatures but some files are unsigned]
```
## Troubleshooting