commit:     4c3d1f23dc6d01ea3603ed3584cd9f57c72bccec
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  8 01:53:45 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Apr  9 19:23:43 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=4c3d1f23

targets: Support isoroot checksum on more platforms

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/support/create-iso.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index b32c669e..955fedd0 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -118,6 +118,8 @@ run_mkisofs() {
 # Here we actually create the ISO images for each architecture
 case ${clst_hostarch} in
        alpha)
+               isoroot_checksum
+
                echo ">> xorriso -as genisofs -alpha-boot boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V \"${clst_iso_volume_id}\" -o \"${1}\" 
\"${clst_target_path}\""
                xorriso -as genisofs -alpha-boot boot/bootlx -R -l -J 
${mkisofs_zisofs_opts} -V "${clst_iso_volume_id}" -o "${1}" 
"${clst_target_path}" || die "Cannot make ISO image"
        ;;
@@ -219,6 +221,8 @@ case ${clst_hostarch} in
                esac
        ;;
        ppc*|powerpc*|sparc*)
+               isoroot_checksum
+
                case ${clst_hostarch} in
                sparc*) extra_opts="--sparc-boot" ;;
                esac

Reply via email to