2025-03-14 21:59:59 -06:00
|
|
|
# genisoimage
|
|
|
|
|
|
|
|
|
|
> Pre-mastering program to generate ISO9660/Joliet/HFS hybrid filesystems.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/genisoimage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|