From 7db4d643109dfd3703ebb113317fcb4d0cbcabca Mon Sep 17 00:00:00 2001
From: Francis Rowe
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 v1.2.3-54-g00ecf