Calamares ./modules/partition.conf regression at weekly ISOs
At weekly Artix ISOs, Calamares ./modules/partition.conf is missing the support of installation to LVM partitions.
To enable it, a user has to open
nano /etc/calamares-offline/modules/partition.conf
nano /etc/calamares-online/modules/partition.conf
and add the "- vmd" line to the end of "requiredPartitionTableType" block:
requiredPartitionTableType:
- msdos
- gpt
- vmd
We didn't have such a problem at 2023 stable ISOs. I've reported it here - https://forum.artixlinux.org/index.php/topic,7001.0.html - but the newer weekly ISOs still have this problem. Please, could you fix it, to ensure that i.e. it doesn't get into the possible future stable ISOs and to help us have one less "errata" at Full Disk Encryption manual?
P.S. I have checked https://gitea.artixlinux.org/packages/calamares but still unsure how this partition.conf gets generated - and also don't know how to get an account there so that I could i.e. raise an issue