Files
tldr/pages.zh/linux/mkisofs.md

13 lines
337 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mkisofs
> 从目录创建 ISO 文件。
> 也可以用别名 `genisoimage`。
> 更多信息:<https://manned.org/mkisofs>。
- 从目录创建 ISO
`mkisofs -o {{filename.iso}} {{path/to/source_directory}}`
- 在创建 ISO 时设置光盘标签:
`mkisofs -o {{filename.iso}} -V "{{label_name}}" {{path/to/source_directory}}`