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