mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-26 10:31:18 +00:00
Give up on GPT-on-MBR this cycle, too dangerous
This commit is contained in:
parent
8b924b0eeb
commit
1c4b837add
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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.
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"]
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user