From 277a3945de4db6d914256cb1f1adaf1b5ac39f14 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 10 Mar 2026 15:39:05 -0400 Subject: [PATCH] Hide the prompt that encourages the use of encrypted /boot --- debian/changelog | 2 ++ kubuntu/modules/partition.conf | 1 + lubuntu/modules/partition.conf | 1 + ubuntuunity/modules/partition.conf | 1 + 4 files changed, 5 insertions(+) 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: