initramfs_guncelle
This commit is contained in:
parent
b64c05180e
commit
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`
|
||||||
|
|
Loading…
Reference in New Issue