From a9cbfaaf38303399e7ff9ad88b2bff75837c0c14 Mon Sep 17 00:00:00 2001 From: eichehome Date: Thu, 20 Apr 2023 14:42:53 +0200 Subject: [PATCH] Added Kernel-Parameters for Plymouth --- base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.sh b/base.sh index e79ee92..30f7c98 100644 --- a/base.sh +++ b/base.sh @@ -354,7 +354,7 @@ cryptroot_device_name=$(grep "LABEL=EFI" /etc/fstab | sed 's/#\s\/dev\/\(.\{3\}\ cryptroot_device_uuid=$(blkid -o value -s UUID /dev/"$cryptroot_device_name"2) #sed -i "s/root=LABEL=arch/root=\/dev\/mapper\/$cryptroot_name rd.luks.name=$cryptroot_device_uuid=$cryptroot_name/" /boot/loader/entries/arch.conf -find /boot -type f -name arch\*.conf -exec sed -i "s/root=LABEL=arch/root=\/dev\/mapper\/$cryptroot_name rd.luks.name=$cryptroot_device_uuid=$cryptroot_name/" {} \; +find /boot -type f -name arch\*.conf -exec sed -i "s/root=LABEL=arch/root=\/dev\/mapper\/$cryptroot_name rd.luks.name=$cryptroot_device_uuid=$cryptroot_name/ splash quiet" {} \; useradd -mG wheel "$nutzername" echo "$nutzername":"$nutzerpw" | chpasswd