diff --git a/tool/create_iso b/tool/create_iso index 3d1bb7f60..0b11b4ef0 100755 --- a/tool/create_iso +++ b/tool/create_iso @@ -31,7 +31,7 @@ default help: # parameter 1 filename of ISO image # parameter 2 path of directory containing file tree for the ISO image # -gen_iso_image = genisoimage -f -l -R -hide-rr-moved -jcharset utf8 \ +gen_iso_image = mkisofs -f -l -R -hide-rr-moved -jcharset utf-8 \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -b boot/isolinux/isolinux.bin \ -o $(1) $(2)