mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-05 06:41:32 +00:00
Go all-GPT, tweak changelog wording a bit
This commit is contained in:
parent
7bad26586e
commit
48a5f7d792
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,6 +1,10 @@
|
|||||||
calamares-settings-ubuntu (1:24.04.21) noble; urgency=medium
|
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 <tsimonq2@ubuntu.com> Thu, 21 Mar 2024 18:40:34 -0500
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 21 Mar 2024 18:40:34 -0500
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ 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,6 +5,7 @@ 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,6 +7,7 @@ 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