Description of problem: Kickstart install fails to obey package selection as specified in ks.cfg with --ignoredeps flag Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. Write a ks.cfg containing a specific set of packages and no package groups. 2. reinstall system using this ks.cfg 3. run rpm -qa > intalledrpms.txt 4. diff against ks.cfg to find extra packages Actual results: Packages not specified in ks.cfg are installed Expected results: Only packages listed in ks.cfg are installed and --ignoredeps flag obeyed Additional info:
Created attachment 96006 [details] ks.cfg for install
Created attachment 96007 [details] installed rpms
With changes to the installation process (including not fully exploding dependencies within the comps file), --ignoredeps can no longer be implemented in a sensible way to avoid leaving people with a broken system.