I'm PXE booting a linux distro that I'd like to contain a list of packages. I have these packages listed in a kickstart file for inclusion. Some of these packages won't work with the current distro, and during installation I get "cannot open .rpm". Currently I'm looking to find out which packages are not going to work, but it will only one package that fails at a time, at which point I have to remove the failed package from the ks, attempt to reinstall to get to the next failed package.
I was wondering if there was a way to force the installation to continue after encountering the error so that I might see all the failed packages at once, rather than going through one at a time.
I don't expect the force continue to result in a working OS, just that I might be able to see the packages that cannot be used in one attempt