mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2026-03-12 09:37:40 +00:00
Hide the prompt that encourages the use of encrypted /boot
This commit is contained in:
parent
669840c921
commit
277a3945de
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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 <arraybolt3@ubuntu.com> Tue, 10 Mar 2026 15:22:04 -0400
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ userSwapChoices:
|
||||
- file
|
||||
initialSwapChoice: file
|
||||
drawNestedPartitions: true
|
||||
showNotEncryptedBootMessage: false
|
||||
defaultFileSystemType: "ext4"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
|
||||
@ -6,6 +6,7 @@ userSwapChoices:
|
||||
- file
|
||||
initialSwapChoice: file
|
||||
drawNestedPartitions: true
|
||||
showNotEncryptedBootMessage: false
|
||||
defaultFileSystemType: "ext4"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
|
||||
@ -6,6 +6,7 @@ userSwapChoices:
|
||||
- file
|
||||
initialSwapChoice: file
|
||||
drawNestedPartitions: true
|
||||
showNotEncryptedBootMessage: false
|
||||
defaultFileSystemType: "ext4"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user