From ed07f8de0517f0ccc56327756a2a606bf32737e9 Mon Sep 17 00:00:00 2001 From: Bandie Date: Thu, 22 Mar 2018 14:52:14 +0100 Subject: [PATCH] Formatting again. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d48c06..4dbab83 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,13 @@ You might be interested in the exit codes of `grub2-verify` to use it in your mo ### I receive an error #### gpg: signing failed: Permission denied -Make sure that the tty you are in belongs to you (root). +Make sure that the tty you are in belongs to you (root). Do: + +``` +chown root:root $(tty) +``` + -Do: `chown root:root $(tty)` ### I forgot to run grub2-unsign before I made changes. What now?