From 5cfea7218ffa68bb2c4131cb4275329b6fe1a530 Mon Sep 17 00:00:00 2001 From: Bandie Kojote Date: Tue, 17 Mar 2015 08:12:04 +0100 Subject: [PATCH] Modules. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a24b34..f24d776 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. You need to install the public key into the core and instruct to load the modules `gcry_sha256` `gcry_dsa` and `gcry_rsa` at start. So you need the following arguments to install it this way `grub2-install /dev/sda -k /root/pubkey --modules="gcry_sha256 gcry_dsa gcry_rsa"`