#!/bin/bash
set -ex
cd /mnt/centos/composes/odcs-8809/compose/SAPHANA/ppc64le/iso
/usr/bin/xorrisofs -untranslated-filenames -volid CentOS-Stream-9-SAPHANA-ppc64le -J -joliet-long -rational-rock -x ./lost+found -o CentOS-Stream-9-20260328.0-SAPHANA-ppc64le-dvd1.iso -graft-points -path-list /mnt/centos/composes/odcs-8809/work/ppc64le/iso/CentOS-Stream-9-20260328.0-SAPHANA-ppc64le-dvd1.iso-graft-points
/usr/bin/implantisomd5 --supported-iso CentOS-Stream-9-20260328.0-SAPHANA-ppc64le-dvd1.iso
xorriso -dev CentOS-Stream-9-20260328.0-SAPHANA-ppc64le-dvd1.iso --find |
            tail -n+2 |
            tr -d "'" |
            cut -c2- |
            sort >> CentOS-Stream-9-20260328.0-SAPHANA-ppc64le-dvd1.iso.manifest
