dracut
Generate initramfs images to boot the Linux kernel. Dracut uses options from configuration files in/etc/dracut.conf,/etc/dracut.conf.d/*.confand/usr/lib/dracut/dracut.conf.d/*.confby default. More information: https://github.com/dracutdevs/dracut/wiki.
-
Generate an initramfs image for the current kernel without overriding any options:
dracut -
Generate an initramfs image for the current kernel and overwrite the existing one:
dracut --force -
Generate an initramfs image for a specific kernel:
dracut --kver {{kernel_version}} -
Show a list of available modules:
dracut --list-modules
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.