From 7db4d643109dfd3703ebb113317fcb4d0cbcabca Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Tue, 16 Sep 2014 03:39:57 -0400 Subject: docs/howtos/encrypted_parabola.html: Minor addition. --- (limited to 'docs') 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 @@

Open the LUKS partition:
- # cryptsetup open --type luks /dev/sda1 lvm (it will be available at /dev/mapper/lvm) + # cryptsetup open --type luks /dev/sda1 lvm
+ (it will be available at /dev/mapper/lvm)
+ I'm told that the above is old syntax, which is what I did anyway. You could also try:
+ # cryptsetup luksOpen /dev/sda1 lvm

Create LVM partition:
-- cgit v0.9.1