Remove absolute path in the md5sum file for the image file.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ia6410c1314f95dd40bfa809f023e6f8e7c483b3c
This commit is contained in:
Dongjin Kim
2020-11-22 16:46:57 +09:00
parent fb6f744b4b
commit b28f8c0ea1

View File

@@ -346,6 +346,8 @@ do_finalize_image() {
xz ${osimage}
md5sum ${osimage}.xz > ${osimage}.xz.md5sum
sed -i -r "s/ .*\/(.+)/ \1/g" ${osimage}.md5sum ${osimage}.xz.md5sum
fi
}