ubuntu:iso:create_iso_from_directory
This is an old revision of the document!
Ubuntu - ISO - Create ISO from directory
Copy a directory tree from the hard drive into an ISO-9660 image:
mkisofs -r -o /tmp/cd_image.iso /path_to_directory/
where:
- -r preserves long file names, by enabling the Rock Ridge protocol.
- /path_to_directory the directory containing the files to format into the ISO image.
ubuntu/iso/create_iso_from_directory.1575051020.txt.gz · Last modified: 2020/07/15 09:30 (external edit)