分类: LINUX
2010-11-12 15:03:23
On RHEL6, dracut is introduced instead of mkinitrd, then users will have to understand some difference with them to manage their systems. So, customer requests some documents about this. I think we need to provide the following information, at least. - changing package mkinitrd to dracut (this information has been in release notes and migration guide) - there isn't /etc/modprobe.conf by default - needing to add kernel parameter 'rdloaddriver' to order module loading instead of 'scsi_hostadapter' - loading all drivers to initramfs by default
/etc/modprobe.conf
文件管理内核模块,但如果手动生成则仍可使用它。请参考以下内容作为 dracut 工具用法示例:# mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-new.img # dracut --force /boot/initramfs-$(uname -r).img $(uname -r)