From 71d72779e22239edec9929fa041b5edbf09cf7fa Mon Sep 17 00:00:00 2001 From: Bandie Kojote Date: Mon, 16 Mar 2015 20:42:56 +0100 Subject: [PATCH] \_ lol --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ee2e4a..375024f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ First, export your public key. 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"` +`grub2-install /dev/sda -k /root/pubkey --modules="gcry_sha256 gcry_dsa gcry_rsa"` Now download the grub2-signing-extension and run `make install` as root. You will now have `grub2-sign`, `grub2-unsign` and `grub2-verify` as runable scripts. @@ -92,4 +92,8 @@ to The important changing is the flag *--unrestricted*. -Run `grub2-unsign` to unsign the bootloader. Then run `grub2-mkconfig -o /boot/grub/grub.cfg` to write the new config. After this run `grub2-sign` again to sign the new changings. +Run `grub2-unsign` to unsign the bootloader. + +Then run `grub2-mkconfig -o /boot/grub/grub.cfg` to write the new config. + +After this run `grub2-sign` again to sign the new changings.