milis/bin/initramfs_guncelle
2017-06-12 05:37:39 +03:00

5 lines
174 B
Bash
Executable file

#!/bin/bash
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`