Add Joilet support

Signed-off-by: Stefano <stefano@manjaro.org>
This commit is contained in:
Stefano 2020-02-09 21:04:07 +01:00
parent 2c234febb8
commit 7c7f4466a4
No known key found for this signature in database
GPG key ID: 8DB9F8C18DF53602

View file

@ -188,6 +188,7 @@ assemble_iso(){
-no-emul-boot \ -no-emul-boot \
-full-iso9660-filenames \ -full-iso9660-filenames \
-iso-level 3 \ -iso-level 3 \
-J \
-o ${iso_dir}/${iso_file} \ -o ${iso_dir}/${iso_file} \
${iso_root}/ ${iso_root}/
} }