Added Kernel-Parameters for Plymouth
This commit is contained in:
parent
f902981d8e
commit
a9cbfaaf38
1 changed files with 1 additions and 1 deletions
2
base.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue