Chapter 9. System Monitoring and Kernel
9.1. dracut
Copy linkLink copied to clipboard!
			The dracut tool has replaced the use of mkinitrd. Also, the 
/etc/modprobe.conf file is no longer used by default in the management of kernel modules, however it can still be used if manually created. Refer to the following for an example usage of the dracut tool:
		mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-old.img dracut --force /boot/initramfs-$(uname -r).img $(uname -r)
# mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-old.img
# dracut --force /boot/initramfs-$(uname -r).img $(uname -r)
			You can find the configuration files for dracut in the configuration directory, 
/etc/dracut.conf.d.