mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-09 18:01:36 +00:00
Add ubuntucinnamon to the seed-determination switch-case.
This commit is contained in:
parent
95adff2ba1
commit
f10fd68124
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.808) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Add ubuntucinnamon to the seed-determination switch-case.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Fri, 03 Mar 2023 15:07:06 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.807) lunar; urgency=medium
|
livecd-rootfs (2.807) lunar; urgency=medium
|
||||||
|
|
||||||
* auto/config: Add support for ubuntu core arm64 generic images (LP: #2009067)
|
* auto/config: Add support for ubuntu core arm64 generic images (LP: #2009067)
|
||||||
|
@ -646,6 +646,9 @@ case $PROJECT in
|
|||||||
ubuntustudio*)
|
ubuntustudio*)
|
||||||
SEED=ubuntustudio.$SUITE
|
SEED=ubuntustudio.$SUITE
|
||||||
;;
|
;;
|
||||||
|
ubuntucinnamon*)
|
||||||
|
SEED=ubuntucinnamon.$SUITE
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
SEED=ubuntu.$SUITE
|
SEED=ubuntu.$SUITE
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user