Fix long filename support on ISO image

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I46d08b713d24284698fa3c6459d48051271a3812
This commit is contained in:
Dongjin Kim
2021-04-07 16:17:59 +09:00
parent 49da24c656
commit 221d184ae4

View File

@@ -463,7 +463,8 @@ do_finalize_image() {
fi
if [ "x${ISOIMAGE}" = "xtrue" ]; then
mkisofs -J -no-pad -o ${2}.iso ${boot_mnt}
mkisofs -R -relaxed-filenames -joliet-long -iso-level 3 -l \
-o ${2}.iso ${boot_mnt}
md5sum ${2}.iso > ${2}.iso.md5sum
fi