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) * Revamp pkgselect and enable it for everyone. (LP: #2056061)
[ Aaron Rainbolt ] [ 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, * Don't try to start Unity after the OEM environment exits on Ubuntu Unity,
this has to be done by logging in via LightDM. this has to be done by logging in via LightDM.

View File

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

View File

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

View File

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