From 513a14e595950783f58e19aca0605a915d52b2a2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 10 Apr 2023 16:40:23 +0100 Subject: [PATCH] Update plymouth hooks to support new version --- tasks/boot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/boot.yml b/tasks/boot.yml index 20a3003..2b491ff 100644 --- a/tasks/boot.yml +++ b/tasks/boot.yml @@ -107,7 +107,7 @@ lineinfile: path: /etc/mkinitcpio.conf regexp: ^HOOKS= - line: HOOKS=(base udev plymouth autodetect keyboard keymap modconf block plymouth-encrypt filesystems fsck) + line: HOOKS=(base udev plymouth autodetect keyboard keymap modconf block encrypt filesystems fsck) register: initrd_hooks - name: Rebuild initrd @@ -120,5 +120,5 @@ - name: Enable lightdm systemd: - name: lightdm-plymouth + name: lightdm enabled: true