summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-09-16 08:39:57 +0100
committerFrancis Rowe <info@gluglug.org.uk>2014-09-16 08:39:57 +0100
commit7db4d643109dfd3703ebb113317fcb4d0cbcabca (patch)
treee5f078f36729a1ef29ed636e43f5c1c0e9495505 /docs
parentb4246f5cd5ca82e75c8f5708fcbabef4720e47b9 (diff)
docs/howtos/encrypted_parabola.html: Minor addition.
Diffstat (limited to 'docs')
-rw-r--r--docs/howtos/encrypted_parabola.html5
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/>