F23: where does anaconda get the software groups from?
Dear all, I'm puzzling over an issue, where we try to kickstart Fedora23 using the "@" and "@^" syntax for DNF groups and environments. However, anaconda keeps complaining about not being able to resolve groups (I haven't made it past 'missing group 'core''; The literal message: " The group 'core' is required for this installation. This group does not exist. This is a fatal error[...] " (I do not request 'core' but I guess one of my List: @ Base @system-tools @base @^Fedora Server @Administration Tools @Headless Management @System Tools does resolve to 'core')
Anyhow: I checked the comps.xml file, that always resides with the repodata, checked that all groups and environments are included, checked/corrected the checksums (given in the repomd.xml), but. BUT. I cannot even see Anaconda downloading the specified comps.xml file. In non of the serverlogs I see a download of comps.xml, only of filelists.xml.gz and primary.xml.gz.
So where does anaconda get the comps.xml info it uses from? From kickstart's 'dnf.log': " DDEBUG timer: sack setup: 65772ms DDEBUG Getting group metadata DDEBUG timer: loading comps: 1ms "
I'd really appreciate some insights, best -KD