[util-iso] add rock and joliet

This commit is contained in:
Philip Müller 2020-02-28 10:51:23 +01:00
parent 0ca7be157f
commit ca5034d06e

View file

@ -187,7 +187,7 @@ assemble_iso(){
-e --interval:appended_partition_2:all:: \
-no-emul-boot \
-full-iso9660-filenames \
-iso-level 3 \
-iso-level 3 -rock -joliet \
-o ${iso_dir}/${iso_file} \
${iso_root}/
}