From: Petr Vorel Date: Tue, 26 Mar 2019 15:13:14 +0000 (+0100) Subject: doc: Fix integrity key name X-Git-Tag: 050~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd181d2c4c4d096ea1dd29c6d9aab9b801054d86;p=thirdparty%2Fdracut.git doc: Fix integrity key name Default value of EVMKEYDESC (in evm-enable.sh) is "evm-key" and it's also specified previously in this README file. Signed-off-by: Petr Vorel --- diff --git a/modules.d/98integrity/README b/modules.d/98integrity/README index 64de0aec9..b16c6b6da 100644 --- a/modules.d/98integrity/README +++ b/modules.d/98integrity/README @@ -10,7 +10,7 @@ $ keyctl add encrypted evm-key "new trusted:kmk-trusted 32" @u 782117972 # Save the encrypted key -$ su -c 'keyctl pipe `keyctl search @u encrypted evm_key` > /etc/keys/evm-trusted.blob' +$ su -c 'keyctl pipe `keyctl search @u encrypted evm-key` > /etc/keys/evm-trusted.blob' # The EVM key path name can be set in one of the following ways (specified in # the order in which the variable is overwritten):