Disable full disk encryption for now

This commit is contained in:
Michael Smith 2024-09-03 13:56:38 +02:00
parent a4694fcd2e
commit 058951efef

View File

@ -7,10 +7,10 @@ efi:
label: "EFI" label: "EFI"
userSwapChoices: userSwapChoices:
- suspend - suspend
luksGeneration: luks2
drawNestedPartitions: false drawNestedPartitions: false
alwaysShowPartitionLabels: true alwaysShowPartitionLabels: true
allowManualPartitioning: false allowManualPartitioning: false
# FIXME(m): Consider accidentally erasing an existing system
# Initial selection on the Choice page # Initial selection on the Choice page
# #
# There are four radio buttons (in principle: erase, replace, alongside, manual), # There are four radio buttons (in principle: erase, replace, alongside, manual),
@ -26,9 +26,5 @@ initialSwapChoice: suspend
requiredPartitionTableType: gpt requiredPartitionTableType: gpt
partitionLayout: partitionLayout:
- filesystem: "ext4" - filesystem: "ext4"
noEncrypt: false
mountPoint: "/" mountPoint: "/"
size: 100% size: 100%
enableLuksAutomatedPartitioning: true
# FIXME(m): This does not seem to work
preCheckEncryption: true