mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +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
|
||||
|
||||
* auto/config: Add support for ubuntu core arm64 generic images (LP: #2009067)
|
||||
|
@ -646,6 +646,9 @@ case $PROJECT in
|
||||
ubuntustudio*)
|
||||
SEED=ubuntustudio.$SUITE
|
||||
;;
|
||||
ubuntucinnamon*)
|
||||
SEED=ubuntucinnamon.$SUITE
|
||||
;;
|
||||
*)
|
||||
SEED=ubuntu.$SUITE
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user