`mount /boot`

This commit is contained in:
Bandie Kojote 2015-03-16 21:15:41 +01:00
parent 456ce340d2
commit ce4118dcf8
1 changed files with 1 additions and 1 deletions

View File

@ -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"`