milis/bin/initramfs_yap.sh
2016-10-24 23:56:28 +03:00

7 lines
227 B
Bash
Executable file

#!/bin/bash
if [ -f /boot/initramfs ];then
mv /boot/initramfs /boot/initramfs_eski
fi
yenimodul=`ls -Art /lib/modules/ | tail -n 1`
modulno=`basename $yenimodul`
dracut -N --force --xz --omit systemd /boot/initramfs $modulno