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