diff options
author | Leah Rowe <info@minifree.org> | 2018-05-21 16:34:48 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-05-21 16:34:48 +0000 |
commit | e3f790bd36d7ee7374501d38227a46e9d1e4b068 (patch) | |
tree | 578270aef9944dd81b6607885a473c2c56564463 /docs/gnulinux/grub_cbfs.md | |
parent | c1978236e9df97ebc36d281626b9b365cd136af1 (diff) | |
parent | 09f20baa6d60665e9c8b7a3aff34c06ba3c12d11 (diff) | |
download | librebootfr-e3f790bd36d7ee7374501d38227a46e9d1e4b068.tar.gz librebootfr-e3f790bd36d7ee7374501d38227a46e9d1e4b068.zip |
Merge branch 'master' of mois/libreboot into master
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 |