1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 20:22:07 +02:00
tldr/pages/linux/dracut.md
Lena 79563e22cc
dracut, lsinitrd: add page (#10635)
* dracut: add page

* lsinitrd: add page

* dracut, lsinitrd: "dracut modules" => "modules"

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-20 10:42:11 +08:00

21 lines
634 B
Markdown

# 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/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`