dracut
linux
Generate initramfs images to boot the Linux kernel. Dracut uses options from configuration files in `/etc/dracut.conf`, `/etc/dracut.conf.d/*.conf` and `/usr/lib/dracut/dracut.conf.d/*.conf` by default.
More info →Options (1)
-f, --forcebooleanGenerate an initramfs image for the current kernel and overwrite the existing one
Example:
dracut {{[-f|--force]}}Examples (4)
Generate an initramfs image for the current kernel without overriding any options
Generate an initramfs image for the current kernel and overwrite the existing one
dracut [-f|--force]Generate an initramfs image for a specific kernel
dracut --kver kernel_versionList available modules
dracut --list-modulesmade by @shridhargupta | data from tldr-pages