Le 06/05/2016 18:31, Johnny Hughes a écrit :
There actually are a couple more things than core in a minimal install .. here is the current minimal list:
https://git.centos.org/blob/sig-core!comps.git/220ef7b59c95531d3752d4074ce67...
some of those might not get installed every time (ie, disk encrypt may not be on non-encrypted drives, etc.)
But it is a good starting point.
After some more trial and error, I managed to resolve the problem in a pragmatic way by doing the following after purging the system:
# yum groupinstall "Core" # yum groupinstall "Base"
So the missing culprit(s) must have been somewhere in the "Base" package group, or at least a dependency to one or more of its packages.
Cheers,
Niki