Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-30 00:22:10 +00:00
parent 0b27d7dda4
commit 3495c8ec38
111 changed files with 496 additions and 123 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> 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>.
> 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:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Generate an initramfs image for the current kernel and overwrite the existing one:
`dracut --force`
`dracut {{[-f|--force]}}`
- Generate an initramfs image for a specific kernel: