mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 11:02:32 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user