Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-08 00:18:37 +00:00
parent d120c828b4
commit 1581eedcdb
3 changed files with 12 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Compress the initramfs using the specified compression algorithm (default: gzip):
`mkinitfs -c {{gzip|xz|zstd|lz4|none}}`
`mkinitfs -C {{gzip|xz|zstd|lz4|none}}`
- List files that will be included in the initramfs image:

View File

@@ -13,6 +13,10 @@ source: https://github.com/tldr-pages/tldr.git
`patool extract {{path/to/archive}}`
- Create an archive:
`patool create {{/path/to/archive}} {{/path/to/file1}} {{/path/to/file2}} {{/path/to/dir1/}} {{/path/to/dir2/}}`
- List contents of an archive:
`patool list {{path/to/archive}}`