From 87622ba6ece216a4371ab08094a7022b07ee86f5 Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 22 Mar 2018 14:50:46 +0100 Subject: [PATCH] Formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20e2827..8d48c06 100644 --- a/README.md +++ b/README.md @@ -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?