Go all-GPT, tweak changelog wording a bit

ubuntu/noble
Aaron Rainbolt 2 months ago
parent 7bad26586e
commit 48a5f7d792

6
debian/changelog vendored

@ -1,6 +1,10 @@
calamares-settings-ubuntu (1:24.04.21) noble; urgency=medium
* Revamp pkgselect UI and enable it for everyone. (LP: #2056061)
[ Simon Quigley ]
* Revamp pkgselect and enable it for everyone. (LP: #2056061)
[ Aaron Rainbolt ]
* Use GPT partition tables by default, even on BIOS systems. (LP: #2054601)
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 21 Mar 2024 18:40:34 -0500

@ -7,6 +7,7 @@ userSwapChoices:
initialSwapChoice: file
drawNestedPartitions: true
defaultFileSystemType: "ext4"
defaultPartitionTableType: gpt
availableFileSystemTypes: ["ext4","btrfs","xfs"]
partitionLayout:
- name: "kubuntu_boot"

@ -5,6 +5,7 @@ userSwapChoices:
- none
- file
initialSwapChoice: file
defaultPartitionTableType: gpt
drawNestedPartitions: true
defaultFileSystemType: "ext4"
availableFileSystemTypes: ["ext4","btrfs","xfs"]

@ -7,6 +7,7 @@ userSwapChoices:
initialSwapChoice: file
drawNestedPartitions: true
defaultFileSystemType: "ext4"
defaultPartitionTableType: gpt
availableFileSystemTypes: ["ext4","btrfs","xfs"]
partitionLayout:
- name: "ubuntu_unity_boot"

Loading…
Cancel
Save