I got a kick start script developed for Rhel7 many years ago, and want to use this now for Rhel8, but only Base Repo is added and not Appstream, and for Rhel8 both should be added, so I can use the mounted USB
if [ "$os" != "APM" ]; then
if [ -d /run/install/repo ]; then dvd=/run/install/repo
else dvd=/mnt/source; fi
echo "repo --name=\"base\" --baseurl=file://$dvd/$os" >>/tmp/repo
This is the section where repo is added. The appstream should be mounted to
/run/install/sources/mount-0000-cdrom/AppStream
I tried but can get it added, this is out of my knowledge scope. Please advice.