From 059a926da6ed23b705b7da5e64ad427f1829ff10 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Aug 2025 00:58:00 +0200 Subject: [PATCH] clevis luks askpass ehm ok --- post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index ca69003..8ac2aa5 100755 --- a/post-install.sh +++ b/post-install.sh @@ -185,7 +185,7 @@ fi # Enable Clevis for early boot echo "[+] Enabling Clevis for early boot..." -systemctl enable clevis-luks-askpass.service +systemctl enable clevis-luks-askpass.path || echo "WARNING: clevis-luks-askpass.path not found, may be enabled by default in AlmaLinux 9.1+" # Configure tinyssh for remote unlock echo "[+] Configuring tinyssh for remote unlock..."