Compare commits

...

1 commit

Author SHA1 Message Date
Stefano
7c7f4466a4
Add Joilet support
Signed-off-by: Stefano <stefano@manjaro.org>
2020-02-09 21:04:07 +01:00

View file

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