From e010e18a1b456d4c60864951aa9839df7a0b65e2 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi <sarroutb@redhat.com> Date: Fri, 14 Mar 2025 11:51:15 +0100 Subject: [PATCH] Remove dependencies and -y parameter (#514) clevis-pin-pkcs11 has been changed to retrieve its whole dependencies (socat, openssl, ...) so it is not necessary to install them manually Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32bc651..af34c4c 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ For installation and configuration of the clevis PKCS#11 feature, next steps mus 1 - Install Clevis required dependencies, including PKCS#11 dependencies: ``` -$ sudo dnf install -y openssl socat clevis-pin-pkcs11 +$ sudo dnf install clevis-pin-pkcs11 ``` 2 - The PKCS11 device must be accessible by “pkcs11-tool”: -- GitLab