mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-06 00:31:08 +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
|
||||
|
||||
* 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
|
||||
|
||||
|
@ -7,6 +7,7 @@ userSwapChoices:
|
||||
initialSwapChoice: file
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultPartitionTableType: gpt
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "kubuntu_boot"
|
||||
|
@ -5,6 +5,7 @@ userSwapChoices:
|
||||
- none
|
||||
- file
|
||||
initialSwapChoice: file
|
||||
defaultPartitionTableType: gpt
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
|
@ -7,6 +7,7 @@ userSwapChoices:
|
||||
initialSwapChoice: file
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultPartitionTableType: gpt
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "ubuntu_unity_boot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user