mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 17:57:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,13 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# genisoimage
|
||||
|
||||
> Pre-mastering program to generate ISO9660/Joliet/HFS hybrid filesystems.
|
||||
> More information: <https://manned.org/genisoimage>.
|
||||
> This command is an alias of `mkisofs`.
|
||||
|
||||
- Create an ISO image from the given source directory:
|
||||
- View documentation for the original command:
|
||||
|
||||
`genisoimage -o {{myimage.iso}} {{path/to/source_directory}}`
|
||||
|
||||
- Create an ISO image with files larger than 2GiB by reporting a smaller apparent size for ISO9660 filesystems:
|
||||
|
||||
`genisoimage -o -allow-limited-size {{myimage.iso}} {{path/to/source_directory}}`
|
||||
`tldr mkisofs`
|
||||
|
||||
Reference in New Issue
Block a user