1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 08:35:35 +02:00
tldr/pages/linux/dracut.md
Managor 77e10496de
linux/d*: add option placeholders, mnemonics and refresh more info links (#16996)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-06-29 11:32:13 +03:00

658 B

dracut

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 information: https://github.com/dracut-ng/dracut-ng/blob/main/man/dracut.8.adoc.

  • 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 {{[-f|--force]}}

  • Generate an initramfs image for a specific kernel:

dracut --kver {{kernel_version}}

  • List available modules:

dracut --list-modules