rhel 8 beta - Mount ISO as Repo

Latest response

I was tire kicking and did installation of RHEL 8 beta. But need a bunch more packages post installation that were not within the installation selection offering. So I figured I would just slurp the data off the ISO and mount it as repo...https://access.redhat.com/solutions/328863

but their is no media.repo

/dev/sr1 on /media/iso type iso9660 (ro,relatime,nojoliet,check=s,map=n,blocksize=2048)
[root@rhel8 iso]# ls
AppStream BaseOS EFI images isolinux TRANS.TBL
[root@rhel8 iso]# find . -name .repo
[root@rhel8 iso]# find . -name media.repo
[root@rhel8 iso]# ls -R |grep repo
....
[root@rhel8 iso]# cd BaseOS/
[root@rhel8 BaseOS]# ls
EULA GPL Packages repodata RPM-GPG-KEY-redhat-beta RPM-GPG-KEY-redhat-release TRANS.TBL
[root@rhel8 BaseOS]# cd repodata/
[root@rhel8 repodata]# ls
0ae7df487161471e2d27b3031ec5fb48c8ac0a1a853f27659ab51f5b39ff9edf-comps-BaseOS.x86_64.xml.gz 700c6e757cba9e584ff155a86182386fc810849755c796356469c9568af7a25c-productid.gz productid
42f75cdf0f98791c51d2ef4bdb1e2f465e8565aa328ada2c521ef67d8a9bf059-filelists.xml.gz 92f66cb405d6fdc5a23a2d6b0cf5acf7f0e3b30b6e2f43be5816e525cd178e8a-primary.xml.gz repomd.xml
5da7fce66ebea3f527120453e8ec60850c080e5e142a0df7ab256792408186c5-comps-BaseOS.x86_64.xml f76a7b47add70d5ad352398840455b185d7a833dc2b938c98b503bf33b6a3ac8-other.xml.gz TRANS.TBL
[root@rhel8 repodata]#

Not sure how to do this with rhel8.. or just newbie error on process I am missing.

Responses