Skip to main content
Topic: Calamares ./modules/partition.conf regression at weekly ISOs (Read 107 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

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
Code: [Select]
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:
Code: [Select]
 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