Give up on GPT-on-MBR this cycle, too dangerous

This commit is contained in:
Aaron Rainbolt 2024-03-26 14:59:21 -05:00
parent 8b924b0eeb
commit 1c4b837add
4 changed files with 0 additions and 4 deletions

1
debian/changelog vendored
View File

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

View File

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

View File

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

View File

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