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