milis/bin/initramfs_guncelle

6 lines
189 B
Plaintext
Raw Normal View History

2017-06-12 04:37:39 +02:00
#!/bin/bash
if [ -f /boot/initramfs ];then
mv /boot/initramfs /boot/initramfs_eski
fi
2017-11-14 08:21:23 +01:00
dracut -N --force --xz --omit systemd --add plymouth --add-drivers ahci -f /boot/initramfs `uname -r`