diff options
author | zyliwax <zyliwax@protonmail.com> | 2017-06-13 02:06:23 +0000 |
---|---|---|
committer | zyliwax <zyliwax@protonmail.com> | 2017-06-13 02:06:23 +0000 |
commit | 91574cad52d199fba2ec7e5816994e76d6de11fe (patch) | |
tree | 229f3944817854358f49e277ba65cc6633ceb7dc /docs/gnulinux/encrypted_debian.md | |
parent | 362a4670852f284f289a8ff8ae8102fd1c64e93d (diff) | |
download | librebootfr-91574cad52d199fba2ec7e5816994e76d6de11fe.tar.gz librebootfr-91574cad52d199fba2ec7e5816994e76d6de11fe.zip |
Add missing spaces between boot parameters
Diffstat (limited to 'docs/gnulinux/encrypted_debian.md')
-rw-r--r-- | docs/gnulinux/encrypted_debian.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gnulinux/encrypted_debian.md b/docs/gnulinux/encrypted_debian.md index 71129950..2b95b2a9 100644 --- a/docs/gnulinux/encrypted_debian.md +++ b/docs/gnulinux/encrypted_debian.md @@ -170,7 +170,7 @@ payload, press C to get to the command line, and enter: grub> cryptomount -a grub> set root='lvm/matrix-rootvol' - grub> linux /vmlinuz root=/dev/mapper/matrix-rootvolcryptdevice=/dev/mapper/matrix-rootvol:root + grub> linux /vmlinuz root=/dev/mapper/matrix-rootvol cryptdevice=/dev/mapper/matrix-rootvol:root grub> initrd /initrd.img grub> boot @@ -201,7 +201,7 @@ Operating System' to say this inside: cryptomount -a set root='lvm/matrix-rootvol' - linux /vmlinuz root=/dev/mapper/matrix-rootvolcryptdevice=/dev/mapper/matrix-rootvol:root + linux /vmlinuz root=/dev/mapper/matrix-rootvol cryptdevice=/dev/mapper/matrix-rootvol:root initrd /initrd.img Without specifying a device, the *-a* parameter tries to unlock all |