On 15.06.2014 02:32, Karanbir Singh wrote:
RHEL 7.0 uses xfs as default fs. But the first centos7rc automatically selects ext4 as default fs during the installation. Maybe a small bug?
Where does this selection take place in the code ?
I think it's defined in pyanaconda/installclasses/rhel.py:
class InstallClass(BaseInstallClass): ... defaultFS = "xfs"
Please check: https://git.fedorahosted.org/cgit/anaconda.git/tree/pyanaconda/installclasse...
Best regards,
Morten