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 https://gitlab.archlinux.org/archlinux/archiso/-/issues/45 .
This commit is contained in:
nl6720 2020-08-12 14:20:22 +03:00
parent e6455b885b
commit 41d3d7d489
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369

View File

@ -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}" \