mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 23:50:29 +00:00
Update cheatsheets
This commit is contained in:
26
linux/dracut
Normal file
26
linux/dracut
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
|
||||
- List available modules:
|
||||
|
||||
`dracut --list-modules`
|
||||
Reference in New Issue
Block a user