이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 9. System Monitoring and Kernel
9.1. dracut 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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.