diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-01 04:24:23 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-01 04:24:23 (EST) |
commit | 64147c1947241d55ff522bd4922f2e58b629b0d3 (patch) | |
tree | 5d0e5e9d46e390d140063bfad7d9c10a448a0ccb /docs | |
parent | ed7c7e6fdea155a920e1b0f6a818780e4bafd890 (diff) | |
download | libreboot-64147c1947241d55ff522bd4922f2e58b629b0d3.zip libreboot-64147c1947241d55ff522bd4922f2e58b629b0d3.tar.gz libreboot-64147c1947241d55ff522bd4922f2e58b629b0d3.tar.bz2 |
docs/gnulinux/encrypted_parabola.html: Add missing bracket
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 1e30438..6cae1d2 100644 --- a/docs/gnulinux/encrypted_parabola.html +++ b/docs/gnulinux/encrypted_parabola.html @@ -589,7 +589,7 @@ <h2>Optional: Use Keyfile in Initramfs to unlock encrypted root</h2> <p> Using the above installation method, you will have to unlock the encrypted file system twice - once in GRUB, and again when booting Parabola). + (once in GRUB, and again when booting Parabola). To circumvent this, you can insert a keyfile into the initramfs. This is generally safe, because the /boot/ directory is encrypted. You will need to apply a patch for this to work, until the patch is merged upstream. Every time the mkinitcpio package is updated, you will need to re-apply the patch (recommended) |