Go all-GPT, tweak changelog wording a bit

This commit is contained in:
Aaron Rainbolt 2024-03-25 13:18:09 -05:00
parent 7bad26586e
commit 48a5f7d792
4 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -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

View File

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

View File

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

View File

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