From ce4118dcf86e3ac8bf23d9b1e6144d54949ea81c Mon Sep 17 00:00:00 2001 From: Bandie Kojote Date: Mon, 16 Mar 2015 21:15:41 +0100 Subject: [PATCH] `mount /boot` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27ce576..ea13b00 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ First, export your public key. `# gpg --export -o ~/pubkey` -Next step, mount /boot and (re)install GRUB2 with the following arguments: +Next step, `mount /boot` and (re)install GRUB2 with the following arguments: `grub2-install /dev/sda -k /root/pubkey --modules="gcry_sha256 gcry_dsa gcry_rsa"`