some components inside anaconda would need to be patched and/or replaced.<br />
Example : anaconda-19.31.77/pyanaconda/installclasses/rhel.py needs either to be patched or replaced by a centos.py installclass<br />
<br />
replacing Red Hat Enterprise Linux is one thing, but if we want a 32bits spins, I guess the following line needs to be adapted with some logic around it (assuming that xfs is x86_64 only) : <br />
<br />
defaultFS = "xfs"
↧