Add XFS as a filesystem option for the new Calamares installer
Forum thread for reference:
https://forum.manjaro.org/t/add-xfs-as-a-filesystem-option-for-the-new-calamares-installer/76163
"xfs" should be added to the drop-down list of available filesystems offered to the user when choosing the "automatic" partitioning method.
I tested it myself, and it works as expected without any hitches nor problems. :)
In the forum posts I give my justification for why XFS needs to be included.
The file I modified is /etc/calamares/modules/partition.conf
I changed from this…
availableFileSystemTypes: [“ext4”, “btrfs”, “f2fs”]
To this…
availableFileSystemTypes: [“ext4”, “btrfs”, “xfs”, “f2fs”]