From c5ed32d5e6123aa3e9cce445b0a495597d61d967 Mon Sep 17 00:00:00 2001 From: The_miro Date: Fri, 12 Dec 2025 13:35:35 +0100 Subject: [PATCH] corrected initramfs hooks --- setup/arch-auto-install-new-cgpt.sh.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/arch-auto-install-new-cgpt.sh.old b/setup/arch-auto-install-new-cgpt.sh.old index 5eb13eb..229e6b7 100755 --- a/setup/arch-auto-install-new-cgpt.sh.old +++ b/setup/arch-auto-install-new-cgpt.sh.old @@ -128,7 +128,7 @@ echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers if [[ "$FIDO_ROOT" == "YES" ]]; then # Initramfs hooks for LUKS + FIDO2 - sed -i 's/^HOOKS=.*/HOOKS=(base udev autodetect modconf block encrypt filesystems keyboard fsck)/' /etc/mkinitcpio.conf + sed -i 's/^HOOKS=.*/HOOKS=(base systemd autodetect modconf block sd-encrypt filesystems keyboard fsck)/' /etc/mkinitcpio.conf mkinitcpio -P # GRUB config for encrypted root