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