Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-25 00:19:28 +00:00
parent 1dafedaa9a
commit 048e3ad81e
110 changed files with 206 additions and 173 deletions

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Show the contents of the initramfs image for the specified kernel:
`lsinitrd --kver {{kernel_version}}`
`lsinitrd {{[-k|--kver]}} {{kernel_version}}`
- Show the contents of the specified initramfs image:
@@ -23,7 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- List modules included in the initramfs image:
`lsinitrd --mod`
`lsinitrd {{[-m|--mod]}}`
- Unpack the initramfs to the current directory: