iso:create_iso_from_directory
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
iso:create_iso_from_directory [2017/03/31 13:06] – peter | iso:create_iso_from_directory [2019/11/29 18:09] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ISO - Create ISO from directory ====== | ||
- | |||
- | Copy a directory tree from the hard drive into an ISO-9660 image: | ||
- | |||
- | <code bash> | ||
- | mkisofs -r -o / | ||
- | </ | ||
- | |||
- | where: | ||
- | |||
- | * **-r** preserves long file names, by enabling the Rock Ridge protocol. | ||
- | * **/ | ||
- | |||
iso/create_iso_from_directory.1490965609.txt.gz · Last modified: 2020/07/15 09:30 (external edit)