Skip to content
Snippets Groups Projects
Unverified Commit 41d3d7d4 authored by nl6720's avatar nl6720
Browse files

Add Joliet file system to the ISO

Joliet ensures correct file names capitalization on operating systems that support Joliet but not support Rock Ridge.
Implements #45 .
parent e6455b88
No related branches found
Tags v47
1 merge request!63Add Joliet file system to the ISO
Pipeline #1081 passed
......@@ -560,6 +560,8 @@ _make_iso() {
xorriso -as mkisofs \
-iso-level 3 \
-full-iso9660-filenames \
-joliet \
-joliet-long \
-rational-rock \
-volid "${iso_label}" \
-appid "${iso_application}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment