Skip to content
Snippets Groups Projects

Add Joliet file system to the ISO

Merged nl6720 requested to merge nl6720/archiso:Joliet into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -309,6 +309,7 @@ command_iso () {
xorriso -as mkisofs -quiet \
-iso-level 3 \
-full-iso9660-filenames \
-joliet -joliet-long \
-rational-rock \
-volid "${iso_label}" \
-appid "${iso_application}" \
@@ -325,6 +326,7 @@ command_iso () {
xorriso -as mkisofs \
-iso-level 3 \
-full-iso9660-filenames \
-joliet -joliet-long \
-rational-rock \
-volid "${iso_label}" \
-appid "${iso_application}" \
Loading