mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* genisoimage: add page and Brazilian Portuguese Translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
12 lines
497 B
Markdown
12 lines
497 B
Markdown
# genisoimage
|
|
|
|
> Pre-mastering program to generate ISO9660/Joliet/HFS hybrid filesystems.
|
|
> More information: <https://manpages.debian.org/latest/genisoimage/genisoimage.1.en.html>.
|
|
|
|
- Create an ISO image from the given source directory:
|
|
|
|
`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}}`
|