diff --git a/debian/changelog b/debian/changelog index 4cdb2e6..2167774 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ calamares-settings-ubuntu (1:26.04.6) resolute; urgency=medium * Don't crash the installer if the software database update fails (LP: #2143847) + * Don't warn the user when using an encrypted /boot partition with an + encrypted root partition (LP: #2107507) -- Aaron Rainbolt Tue, 10 Mar 2026 15:22:04 -0400 diff --git a/kubuntu/modules/partition.conf b/kubuntu/modules/partition.conf index d60b0f3..ecde87c 100644 --- a/kubuntu/modules/partition.conf +++ b/kubuntu/modules/partition.conf @@ -6,6 +6,7 @@ userSwapChoices: - file initialSwapChoice: file drawNestedPartitions: true +showNotEncryptedBootMessage: false defaultFileSystemType: "ext4" availableFileSystemTypes: ["ext4","btrfs","xfs"] partitionLayout: diff --git a/lubuntu/modules/partition.conf b/lubuntu/modules/partition.conf index c5a2266..d21885a 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -6,6 +6,7 @@ userSwapChoices: - file initialSwapChoice: file drawNestedPartitions: true +showNotEncryptedBootMessage: false defaultFileSystemType: "ext4" availableFileSystemTypes: ["ext4","btrfs","xfs"] partitionLayout: diff --git a/ubuntuunity/modules/partition.conf b/ubuntuunity/modules/partition.conf index 07bb368..80aba64 100644 --- a/ubuntuunity/modules/partition.conf +++ b/ubuntuunity/modules/partition.conf @@ -6,6 +6,7 @@ userSwapChoices: - file initialSwapChoice: file drawNestedPartitions: true +showNotEncryptedBootMessage: false defaultFileSystemType: "ext4" availableFileSystemTypes: ["ext4","btrfs","xfs"] partitionLayout: