diff options
author | mois <mois@mail36.net> | 2018-05-21 15:55:34 +0000 |
---|---|---|
committer | mois <mois@mail36.net> | 2018-05-21 15:55:34 +0000 |
commit | 09f20baa6d60665e9c8b7a3aff34c06ba3c12d11 (patch) | |
tree | 578270aef9944dd81b6607885a473c2c56564463 /docs/gnulinux/grub_cbfs.md | |
parent | d58414906e8106f01be0d18616dab41846c9d72e (diff) | |
download | librebootfr-09f20baa6d60665e9c8b7a3aff34c06ba3c12d11.tar.gz librebootfr-09f20baa6d60665e9c8b7a3aff34c06ba3c12d11.zip |
Update 'docs/gnulinux/grub_cbfs.md'
another typo
Diffstat (limited to 'docs/gnulinux/grub_cbfs.md')
-rw-r--r-- | docs/gnulinux/grub_cbfs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gnulinux/grub_cbfs.md b/docs/gnulinux/grub_cbfs.md index b0d7b0e3..4879d9cf 100644 --- a/docs/gnulinux/grub_cbfs.md +++ b/docs/gnulinux/grub_cbfs.md @@ -213,7 +213,7 @@ Or, replace it with this, if you are using a Debian-based distribution (e.g., Tr 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 Remember, that these names come from the instructions to install GNU+Linux |