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 | |
parent | 6caf836e3390faefaad8257b9cec2eb97bdbfb41 (diff) | |
download | librebootfr-d35062f125dbd44dfa1613b4e5aab34ad6bca2fc.tar.gz librebootfr-d35062f125dbd44dfa1613b4e5aab34ad6bca2fc.zip |
Unbork grub lines
Diffstat (limited to 'docs/gnulinux')
-rw-r--r-- | docs/gnulinux/encrypted_debian.md | 2 | ||||
-rw-r--r-- | docs/gnulinux/encrypted_parabola.md | 2 | ||||
-rw-r--r-- | docs/gnulinux/grub_boot_installer.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md index 9f65baa5..763d8a08 100644 --- a/docs/gnulinux/encrypted_debian.md +++ b/docs/gnulinux/encrypted_debian.md @@ -186,7 +186,7 @@ At this point, you will have finished the installation. At your GRUB payload, press C to get to the command line. Do that:\ -grub> **cryptomount -a**\ + grub> cryptomount -a grub> **set root='lvm/matrix-rootvol'**\ grub> **linux /vmlinuz root=/dev/mapper/matrix-rootvol cryptdevice=/dev/mapper/matrix-rootvol:root**\ 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**\ diff --git a/docs/gnulinux/grub_boot_installer.md b/docs/gnulinux/grub_boot_installer.md index 3dafb51b..c7cb7844 100644 --- a/docs/gnulinux/grub_boot_installer.md +++ b/docs/gnulinux/grub_boot_installer.md @@ -155,7 +155,7 @@ distribution it is that you are trying to install.* If the ISOLINUX parser or *Search for GRUB configuration* options won't work, then press C in GRUB to access the command line.\ -grub> **ls**\ + grub> ls Get the device from above output, eg (usb0). Example:\ grub> **cat (usb0)/isolinux/isolinux.cfg**\ Either this will show the ISOLINUX menuentries for that ISO, or link to |