diff --git a/debian/changelog b/debian/changelog index a16ab0e..9ccb704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 21 Mar 2024 18:40:34 -0500 diff --git a/kubuntu/modules/partition.conf b/kubuntu/modules/partition.conf index a0e4aff..9a4a87b 100644 --- a/kubuntu/modules/partition.conf +++ b/kubuntu/modules/partition.conf @@ -7,6 +7,7 @@ userSwapChoices: initialSwapChoice: file drawNestedPartitions: true defaultFileSystemType: "ext4" +defaultPartitionTableType: gpt availableFileSystemTypes: ["ext4","btrfs","xfs"] partitionLayout: - name: "kubuntu_boot" diff --git a/lubuntu/modules/partition.conf b/lubuntu/modules/partition.conf index ea53b5e..4d386da 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -5,6 +5,7 @@ userSwapChoices: - none - file initialSwapChoice: file +defaultPartitionTableType: gpt drawNestedPartitions: true defaultFileSystemType: "ext4" availableFileSystemTypes: ["ext4","btrfs","xfs"] diff --git a/ubuntuunity/modules/partition.conf b/ubuntuunity/modules/partition.conf index dfcd6e2..a010de0 100644 --- a/ubuntuunity/modules/partition.conf +++ b/ubuntuunity/modules/partition.conf @@ -7,6 +7,7 @@ userSwapChoices: initialSwapChoice: file drawNestedPartitions: true defaultFileSystemType: "ext4" +defaultPartitionTableType: gpt availableFileSystemTypes: ["ext4","btrfs","xfs"] partitionLayout: - name: "ubuntu_unity_boot"