Formatting

This commit is contained in:
Bandie 2018-03-22 14:50:46 +01:00
parent 3118c632fe
commit 87622ba6ec
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
1 changed files with 5 additions and 3 deletions

View File

@ -98,10 +98,12 @@ You might be interested in the exit codes of `grub2-verify` to use it in your mo
## Troubleshooting
### I receive an error gpg: signing failed: Permission denied
### I receive an error
#### gpg: signing failed: Permission denied
Make sure that the tty you are in belongs to you (root). To do so:
`chown root:root $(tty)`
Make sure that the tty you are in belongs to you (root).
Do: `chown root:root $(tty)`
### I forgot to run grub2-unsign before I made changes. What now?