Update Lubuntu and Ubuntu Unity version numbers

This commit is contained in:
Aaron Rainbolt 2026-02-23 18:16:54 -05:00
parent 7bbd754336
commit 15f7d7e3ef
Signed by: arraybolt3
GPG Key ID: 39ADDC9EE23AEB08
5 changed files with 6 additions and 4 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ calamares-settings-ubuntu (1:26.04.4) resolute; urgency=medium
* Fix minimal installation by no longer trying to remove nonexistent
packages on Kubuntu and Ubuntu Unity. (LP: #2127711)
* Update version numbers for OEM batch IDs and partition names for Lubuntu
and Ubuntu Unity.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Tue, 03 Feb 2026 15:08:07 -0600

View File

@ -1,2 +1,2 @@
---
batch-identifier: lubuntu-2510-${DATE}
batch-identifier: lubuntu-2604-${DATE}

View File

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

View File

@ -1,2 +1,2 @@
---
batch-identifier: ubuntuunity-2510-${DATE}
batch-identifier: ubuntuunity-2604-${DATE}

View File

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