Fix klünitybuntu's root partition names for Oracular

This commit is contained in:
Aaron Rainbolt 2024-09-24 22:38:42 -05:00
parent a300fa7ba3
commit 949a91e6ef
No known key found for this signature in database
GPG Key ID: A709160D73C79109
4 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
calamares-settings-ubuntu (1:24.10.4) oracular; urgency=medium
* Fix welcome image for Kubuntu, Lubuntu, and Ubuntu Unity. (LP: #2080925)
* Set root partition name properly for Kubuntu, Lubuntu, and Ubuntu Unity.
(LP: #2065602)
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 24 Sep 2024 22:23:11 -0500

View File

@ -15,7 +15,7 @@ partitionLayout:
onlyPresentWithEncryption: true
mountPoint: "/boot"
size: 4G
- name: "kubuntu_2404"
- name: "kubuntu_2410"
filesystem: unknown
mountPoint: "/"
size: 100%

View File

@ -15,7 +15,7 @@ partitionLayout:
onlyPresentWithEncryption: true
mountPoint: "/boot"
size: 4G
- name: "lubuntu_2404"
- name: "lubuntu_2410"
filesystem: unknown
mountPoint: "/"
size: 100%

View File

@ -15,7 +15,7 @@ partitionLayout:
onlyPresentWithEncryption: true
mountPoint: "/boot"
size: 4G
- name: "ubuntu_unity_2404"
- name: "ubuntu_unity_2410"
filesystem: unknown
mountPoint: "/"
size: 100%