This page helped a lot: [[https://www.lukashartl.at/posts/2024/rolling-my-own-el9/]] And also read the docs from [[https://weldr.io/lorax/livemedia-creator.html]] Create the ISO for ... USB livemedia-creator --make-iso --ks ks-el10.cfg --iso-only \ --nomacboot --no-virt --resultdir el10-result.d --project "MY ISO" \ --iso-name covinv.iso --iso Rocky-10.1-x86_64-minimal.iso Create the ISO for ... PXE livemedia-creator --make-pxe-live --ks pxe-ks-el10.cfg --iso-only \ --nomacboot --no-virt --resultdir el10-result.d --project "MY ISO" \ --iso-name covinv.iso --iso Rocky-10.1-x86_64-minimal.iso