diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:30:23 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:30:23 -0700 |
commit | d35062f125dbd44dfa1613b4e5aab34ad6bca2fc (patch) | |
tree | bf3f92f3bef1fe5913be33eff2593cfed0f51bea /docs/gnulinux/encrypted_parabola.md | |
parent | 6caf836e3390faefaad8257b9cec2eb97bdbfb41 (diff) | |
download | librebootfr-d35062f125dbd44dfa1613b4e5aab34ad6bca2fc.tar.gz librebootfr-d35062f125dbd44dfa1613b4e5aab34ad6bca2fc.zip |
Unbork grub lines
Diffstat (limited to 'docs/gnulinux/encrypted_parabola.md')
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/encrypted_parabola.md b/docs/gnulinux/encrypted_parabola.md index bf944a14..79e41e5a 100644 --- a/docs/gnulinux/encrypted_parabola.md +++ b/docs/gnulinux/encrypted_parabola.md @@ -522,7 +522,7 @@ Initially you will have to boot manually. Press C to get to the GRUB command line. The underlined parts are optional (using those 2 underlines will boot lts kernel instead of normal). -grub> **cryptomount -a**\ + grub> cryptomount -a grub> **set root='lvm/matrix-root'**\ grub> **linux /boot/vmlinuz-linux-libre-lts root=/dev/matrix/root cryptdevice=/dev/sda1:root**\ |