diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 03:39:57 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-09-16 03:39:57 (EDT) |
commit | 7db4d643109dfd3703ebb113317fcb4d0cbcabca (patch) | |
tree | e5f078f36729a1ef29ed636e43f5c1c0e9495505 /docs/howtos/encrypted_parabola.html | |
parent | b4246f5cd5ca82e75c8f5708fcbabef4720e47b9 (diff) | |
download | libreboot-7db4d643109dfd3703ebb113317fcb4d0cbcabca.zip libreboot-7db4d643109dfd3703ebb113317fcb4d0cbcabca.tar.gz libreboot-7db4d643109dfd3703ebb113317fcb4d0cbcabca.tar.bz2 |
docs/howtos/encrypted_parabola.html: Minor addition.
Diffstat (limited to 'docs/howtos/encrypted_parabola.html')
-rw-r--r-- | docs/howtos/encrypted_parabola.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/howtos/encrypted_parabola.html b/docs/howtos/encrypted_parabola.html index 6466c59..07ca545 100644 --- a/docs/howtos/encrypted_parabola.html +++ b/docs/howtos/encrypted_parabola.html @@ -129,7 +129,10 @@ </p> <p> Open the LUKS partition:<br/> - # <b>cryptsetup open --type luks /dev/sda1 lvm</b> (it will be available at /dev/mapper/lvm) + # <b>cryptsetup open --type luks /dev/sda1 lvm</b><br/> + (it will be available at /dev/mapper/lvm)<br/> + I'm told that the above is old syntax, which is what I did anyway. You could also try:<br/> + # <b>cryptsetup luksOpen /dev/sda1 lvm</b> </p> <p> Create LVM partition:<br/> |