diff options
author | Bill Nottingham <notting@redhat.com> | 2011-02-28 15:49:37 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-02-28 15:49:37 -0500 |
commit | 8a4c7be4720b026e66c4e60078b3334fe1c4ab41 (patch) | |
tree | badbd43e1a6e883adcde69f3375082a1cdf496c0 | |
parent | 5212d0a596d67bbd2f5effdd3686c123f778078f (diff) | |
download | initscripts-8a4c7be4720b026e66c4e60078b3334fe1c4ab41.tar initscripts-8a4c7be4720b026e66c4e60078b3334fe1c4ab41.tar.gz initscripts-8a4c7be4720b026e66c4e60078b3334fe1c4ab41.tar.bz2 initscripts-8a4c7be4720b026e66c4e60078b3334fe1c4ab41.tar.xz initscripts-8a4c7be4720b026e66c4e60078b3334fe1c4ab41.zip |
Add some more docs (#613722)
-rw-r--r-- | crypttab.5 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -39,7 +39,8 @@ of the resulting encrypted block device; the device is set up at \fB/dev/mapper/\fIname\fR. -The second field contains a path to the underlying block device. +The second field contains a path to the underlying block device, +or a specification of a block device via UUID=<device uuid>. If the block device contains a LUKS signature, it is opened as a LUKS encrypted partition; otherwise it is assumed to be a raw dm-crypt partition. @@ -51,6 +52,8 @@ Otherwise the field is interpreted as a path to a file containing the encryption password. For swap encryption .B /dev/urandom +or the hardware device +.B /dev/hw_random can be used as the password file; using .B /dev/random @@ -86,6 +89,10 @@ If the the encryption password is read from console, it has to be entered twice (to prevent typos). .TP +\fBnoauto\fR +This device will not be automatically unlocked on boot. + +.TP \fBswap\fR The encrypted block device will be used as a swap partition, and will be formatted as a swap partition |