Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-12 00:21:19 +00:00
parent 3bbcd70636
commit d902176714
130 changed files with 506 additions and 436 deletions

View File

@@ -14,15 +14,15 @@ source: https://github.com/tldr-pages/tldr.git
- Mount an OS image:
`systemd-dissect --mount {{path/to/image.raw}} {{/mnt/image}}`
`systemd-dissect {{[-m|--mount]}} {{path/to/image.raw}} {{/mnt/image}}`
- Unmount an OS image:
`systemd-dissect --umount {{/mnt/image}}`
`systemd-dissect {{[-u|--umount]}} {{/mnt/image}}`
- List files in an image:
`systemd-dissect --list {{path/to/image.raw}}`
`systemd-dissect {{[-l|--list]}} {{path/to/image.raw}}`
- Attach an OS image to an automatically allocated loopback block device and print its path: