aboutsummaryrefslogtreecommitdiff
path: root/system/cryptsetup-luks/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/cryptsetup-luks/README')
-rw-r--r--system/cryptsetup-luks/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/system/cryptsetup-luks/README b/system/cryptsetup-luks/README
new file mode 100644
index 000000000000..657d80a4c64c
--- /dev/null
+++ b/system/cryptsetup-luks/README
@@ -0,0 +1,12 @@
+cryptsetup-luks is a utility that is used for managing encrypted
+partitions and volumes. It was originally based on cryptsetup, and
+adds support for LUKS (Linux Unified Key Setup). LUKS is a standard
+on-disk format that stores all necessary setup information in the
+partition header.
+
+To compile this package, the device-mapper package is required. This
+package is available from the extra/lvm2 directory of your Slackware
+Linux 11.0 distribution medium. Actually, cryptsetup-luks will compile
+without having this package installed, but it won't be able to do
+anything useful, because it cannot map a device for a crypto device.
+