Create ISO file from a Directory on Linux

From WikiMLT
Revision as of 14:50, 5 July 2022 by Spas (talk | contribs) (Spas moved page Linux ISO from a Directory to Create ISO file from a Directory on Linux without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The last com­mand was us­ing for a cre­at­ing an ISO im­age from a di­rec­to­ry is:

mkisofs -J -allow-lowercase -R -V "ID/Label of the ISO image" -iso-level 4 -o file.iso source_directory/

Ref­er­ences: