diff --git a/debian/changelog b/debian/changelog index e0e842e..fb5ce8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 24 Sep 2024 22:23:11 -0500 diff --git a/kubuntu/modules/partition.conf b/kubuntu/modules/partition.conf index a0e4aff..0a3dc4c 100644 --- a/kubuntu/modules/partition.conf +++ b/kubuntu/modules/partition.conf @@ -15,7 +15,7 @@ partitionLayout: onlyPresentWithEncryption: true mountPoint: "/boot" size: 4G - - name: "kubuntu_2404" + - name: "kubuntu_2410" filesystem: unknown mountPoint: "/" size: 100% diff --git a/lubuntu/modules/partition.conf b/lubuntu/modules/partition.conf index ea53b5e..78ff410 100644 --- a/lubuntu/modules/partition.conf +++ b/lubuntu/modules/partition.conf @@ -15,7 +15,7 @@ partitionLayout: onlyPresentWithEncryption: true mountPoint: "/boot" size: 4G - - name: "lubuntu_2404" + - name: "lubuntu_2410" filesystem: unknown mountPoint: "/" size: 100% diff --git a/ubuntuunity/modules/partition.conf b/ubuntuunity/modules/partition.conf index dfcd6e2..923e57a 100644 --- a/ubuntuunity/modules/partition.conf +++ b/ubuntuunity/modules/partition.conf @@ -15,7 +15,7 @@ partitionLayout: onlyPresentWithEncryption: true mountPoint: "/boot" size: 4G - - name: "ubuntu_unity_2404" + - name: "ubuntu_unity_2410" filesystem: unknown mountPoint: "/" size: 100%