2017-09-07 15:19:12 +01:00
|
|
|
# mkisofs
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
> Create ISO files from directories.
|
2017-09-09 17:01:20 +01:00
|
|
|
> Also aliased as `genisoimage`.
|
2021-08-16 11:34:01 +01:00
|
|
|
> More information: <https://manned.org/mkisofs>.
|
2017-09-07 15:19:12 +01:00
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
- Create an ISO from a directory:
|
2017-09-07 15:19:12 +01:00
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
`mkisofs -o {{filename.iso}} {{path/to/source_directory}}`
|
2017-09-07 15:19:12 +01:00
|
|
|
|
|
|
|
- Set the disc label when creating an ISO:
|
|
|
|
|
2020-10-04 18:33:38 +01:00
|
|
|
`mkisofs -o {{filename.iso}} -V "{{label_name}}" {{path/to/source_directory}}`
|