diff --git a/bin/initramfs_guncelle b/bin/initramfs_guncelle index 14efed867..969219a0d 100755 --- a/bin/initramfs_guncelle +++ b/bin/initramfs_guncelle @@ -2,4 +2,4 @@ if [ -f /boot/initramfs ];then mv /boot/initramfs /boot/initramfs_eski fi -dracut -N --force --xz --omit systemd --add-drivers ahci -f /boot/initramfs `uname -r` +dracut -N --force --xz --omit systemd --add plymouth --add-drivers ahci -f /boot/initramfs `uname -r`