From 0bb3e9481992e81884adcaf8fe588a4cc61575e0 Mon Sep 17 00:00:00 2001 From: ArcExp <132262106+ArcExp@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:46:32 +0100 Subject: [PATCH] Update 3-post-setup.sh --- scripts/3-post-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/3-post-setup.sh b/scripts/3-post-setup.sh index 636b570..efff40e 100755 --- a/scripts/3-post-setup.sh +++ b/scripts/3-post-setup.sh @@ -131,7 +131,7 @@ PLYMOUTH_THEME="arch-glow" # can grab from config later if we allow selection mkdir -p /usr/share/plymouth/themes echo 'Installing Plymouth theme...' cp -rf ${PLYMOUTH_THEMES_DIR}/${PLYMOUTH_THEME} /usr/share/plymouth/themes -if [[ $FS == "luks"]]; then +if [[ $FS == "luks" ]]; then sed -i 's/HOOKS=(base udev*/& plymouth/' /etc/mkinitcpio.conf # add plymouth after base udev sed -i 's/HOOKS=(base udev \(.*block\) /&plymouth-/' /etc/mkinitcpio.conf # create plymouth-encrypt after block hook else