summaryrefslogtreecommitdiff
path: root/dracut.cmdline.7.asc
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-05-31 11:46:10 +0200
committerHarald Hoyer <harald@redhat.com>2012-05-31 12:01:19 +0200
commit5ad3803dac7bce984163ff80d022817148f0b84e (patch)
tree19c47baec7d3b6e50349d7f21d802a18318f8292 /dracut.cmdline.7.asc
parente04d02cc3a78a5e0d2c9a8721d8847ce14c31051 (diff)
downloaddracut-5ad3803dac7bce984163ff80d022817148f0b84e.tar.gz
dracut-5ad3803dac7bce984163ff80d022817148f0b84e.tar.bz2
dracut-5ad3803dac7bce984163ff80d022817148f0b84e.zip
crypt: add rd.luks.allow-discards and honor options in crypttab
also fixed the retry loop for rd.luks.key
Diffstat (limited to 'dracut.cmdline.7.asc')
-rw-r--r--dracut.cmdline.7.asc10
1 files changed, 10 insertions, 0 deletions
diff --git a/dracut.cmdline.7.asc b/dracut.cmdline.7.asc
index dcdbbce1..651582dd 100644
--- a/dracut.cmdline.7.asc
+++ b/dracut.cmdline.7.asc
@@ -191,6 +191,16 @@ crypto LUKS
LUKS UUID, so you don't have to specify the full UUID.
This parameter can be specified multiple times.
+**rd.luks.allow-discards=**_<luks uuid>_::
+ Allow using of discards (TRIM) requests for LUKS partitions with the given UUID.
+ Any "luks-" of the LUKS UUID is removed before comparing to _<luks uuid>_.
+ The comparisons also matches, if _<luks uuid>_ is only the beginning of the
+ LUKS UUID, so you don't have to specify the full UUID.
+ This parameter can be specified multiple times.
+
+**rd.luks.allow-discards::
+ Allow using of discards (TRIM) requests on all LUKS partitions.
+
**rd.luks.crypttab=0**::
do not check, if LUKS partition is in _/etc/crypttab_