#!/bin/bash
set -ex
cd /mnt/centos/composes/odcs-4428/compose/BaseOS/ppc64le/iso
xorriso -dialog on </mnt/centos/composes/odcs-4428/work/ppc64le/tmp-BaseOS/xorriso-140300226995760.txt
/usr/bin/implantisomd5 --supported-iso CentOS-Stream-9-20240124.0-ppc64le-dvd1.iso
xorriso -dev CentOS-Stream-9-20240124.0-ppc64le-dvd1.iso --find |
            tail -n+2 |
            tr -d "'" |
            cut -c2- |
            sort >> CentOS-Stream-9-20240124.0-ppc64le-dvd1.iso.manifest
