From ccd4c833d5ce95568e62bcc8d31b526d9574d41c Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi <sarroutb@redhat.com> Date: Thu, 13 Mar 2025 12:58:17 +0100 Subject: [PATCH] Fix packages to install (#513) Signed-off-by: Sergio Arroutbi <sarroutb@redhat.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a339d6..32bc651 100644 --- a/README.md +++ b/README.md @@ -445,11 +445,11 @@ distribution's packages. ### Fedora 24+ -This command installs the core Clevis commands, the Dracut unlocker and the -UDisks2 unlocker, respectively. +This command installs the core Clevis commands, the Dracut, Systemd and LUKs unlockers, +and the UDisks2 unlocker, respectively. ```bash -$ sudo dnf install clevis clevis-dracut clevis-udisks2 +$ sudo dnf install clevis clevis-dracut clevis-udisks2 clevis-systemd clevis-luks ``` ## Manual compilation -- GitLab