diff --git a/debian/changelog b/debian/changelog index c2883ef..9faf370 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,6 @@ calamares-settings-ubuntu (1:24.04.21) noble; urgency=medium * Revamp pkgselect and enable it for everyone. (LP: #2056061) [ Aaron Rainbolt ] - * Use GPT partition tables by default, even on BIOS systems. (LP: #2054601) * Don't try to start Unity after the OEM environment exits on Ubuntu Unity, this has to be done by logging in via LightDM. diff --git a/kubuntu/modules/partition.conf b/kubuntu/modules/partition.conf index 9a4a87b..a0e4aff 100644 --- a/kubuntu/modules/partition.conf +++ b/kubuntu/modules/partition.conf @@ -7,7 +7,6 @@ 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 4d386da..ea53b5e 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -5,7 +5,6 @@ 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 a010de0..dfcd6e2 100644 --- a/ubuntuunity/modules/partition.conf +++ b/ubuntuunity/modules/partition.conf @@ -7,7 +7,6 @@ userSwapChoices: initialSwapChoice: file drawNestedPartitions: true defaultFileSystemType: "ext4" -defaultPartitionTableType: gpt availableFileSystemTypes: ["ext4","btrfs","xfs"] partitionLayout: - name: "ubuntu_unity_boot"