From 5ad3803dac7bce984163ff80d022817148f0b84e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 31 May 2012 11:46:10 +0200 Subject: crypt: add rd.luks.allow-discards and honor options in crypttab also fixed the retry loop for rd.luks.key --- dracut.cmdline.7.asc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dracut.cmdline.7.asc') 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=**__:: + Allow using of discards (TRIM) requests for LUKS partitions with the given UUID. + Any "luks-" of the LUKS UUID is removed before comparing to __. + The comparisons also matches, if __ 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_ -- cgit v1.2.3