diff options
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/> |