
genisoimage
List of commands for genisoimage:
-
genisoimage:tldr:52ec4 genisoimage: 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}try on your machineexplain this command
-
genisoimage:tldr:f1743 genisoimage: Create an ISO image from the given source directory.$ genisoimage -o ${myimage-iso} ${path-to-source_directory}try on your machineexplain this command