[archiso] Re-order and use long xorrisofs options.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
eed6c84e40
commit
67096caef2
@ -396,16 +396,19 @@ command_iso () {
|
|||||||
if [[ ${quiet} == "y" ]]; then
|
if [[ ${quiet} == "y" ]]; then
|
||||||
_qflag="-quiet"
|
_qflag="-quiet"
|
||||||
fi
|
fi
|
||||||
xorriso -as mkisofs ${_qflag} -r -l \
|
xorriso -as mkisofs ${_qflag} \
|
||||||
-b isolinux/isolinux.bin -c isolinux/boot.cat \
|
|
||||||
-iso-level 3 \
|
-iso-level 3 \
|
||||||
|
-full-iso9660-filenames \
|
||||||
|
-volid "${iso_label}" \
|
||||||
|
-appid "${iso_application}" \
|
||||||
|
-publisher "${iso_publisher}" \
|
||||||
|
-preparer "prepared by mkarchiso" \
|
||||||
|
-eltorito-boot isolinux/isolinux.bin \
|
||||||
|
-eltorito-catalog isolinux/boot.cat \
|
||||||
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
-no-emul-boot -boot-load-size 4 -boot-info-table \
|
||||||
-isohybrid-mbr ${work_dir}/iso/isolinux/isohdpfx.bin \
|
-isohybrid-mbr ${work_dir}/iso/isolinux/isohdpfx.bin \
|
||||||
-p "prepared by mkarchiso" \
|
-output "${out_dir}/${img_name}" \
|
||||||
-publisher "${iso_publisher}" \
|
"${work_dir}/iso/"
|
||||||
-A "${iso_application}" \
|
|
||||||
-V "${iso_label}" \
|
|
||||||
-o "${out_dir}/${img_name}" "${work_dir}/iso/"
|
|
||||||
_msg_info "Done! | $(ls -sh ${out_dir}/${img_name})"
|
_msg_info "Done! | $(ls -sh ${out_dir}/${img_name})"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user