initramfs_guncelle

This commit is contained in:
milisbir 2017-11-14 09:21:23 +02:00
父節點 b64c05180e
當前提交 b1f5b5f2db

查看文件

@ -2,4 +2,4 @@
if [ -f /boot/initramfs ];then if [ -f /boot/initramfs ];then
mv /boot/initramfs /boot/initramfs_eski mv /boot/initramfs /boot/initramfs_eski
fi 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`