From 058951efefcd0fef2bccb3c13c2dfd89095b8d4f Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 3 Sep 2024 13:56:38 +0200 Subject: [PATCH] Disable full disk encryption for now --- packages/calamares-extensions/config/modules/partition.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/calamares-extensions/config/modules/partition.conf b/packages/calamares-extensions/config/modules/partition.conf index 3b38994..721e117 100644 --- a/packages/calamares-extensions/config/modules/partition.conf +++ b/packages/calamares-extensions/config/modules/partition.conf @@ -7,10 +7,10 @@ efi: label: "EFI" userSwapChoices: - suspend -luksGeneration: luks2 drawNestedPartitions: false alwaysShowPartitionLabels: true allowManualPartitioning: false +# FIXME(m): Consider accidentally erasing an existing system # Initial selection on the Choice page # # There are four radio buttons (in principle: erase, replace, alongside, manual), @@ -26,9 +26,5 @@ initialSwapChoice: suspend requiredPartitionTableType: gpt partitionLayout: - filesystem: "ext4" - noEncrypt: false mountPoint: "/" size: 100% -enableLuksAutomatedPartitioning: true -# FIXME(m): This does not seem to work -preCheckEncryption: true