mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Add ubuntucinnamon.
This commit is contained in:
parent
e2fdac3b95
commit
1ec696a842
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -4,7 +4,10 @@ livecd-rootfs (2.801) UNRELEASED; urgency=medium
|
|||||||
* RISC-V: avoid soft lockup Radeon GPUs. With Radeon GPUs and kernel 5.19 a
|
* RISC-V: avoid soft lockup Radeon GPUs. With Radeon GPUs and kernel 5.19 a
|
||||||
soft lockup was observed. Increase the watchdog threshold.
|
soft lockup was observed. Increase the watchdog threshold.
|
||||||
|
|
||||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 23 Feb 2023 16:28:00 +0100
|
[ Łukasz 'sil2100' Zemczak ]
|
||||||
|
* Add ubuntucinnamon to the supported flavours.
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 23 Feb 2023 19:31:12 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.800) lunar; urgency=medium
|
livecd-rootfs (2.800) lunar; urgency=medium
|
||||||
|
|
||||||
|
1
debian/tests/default-bootstraps
vendored
1
debian/tests/default-bootstraps
vendored
@ -27,6 +27,7 @@ ALL_TRIPLETS="
|
|||||||
ubuntu-budgie::
|
ubuntu-budgie::
|
||||||
ubuntu-budgie-desktop::
|
ubuntu-budgie-desktop::
|
||||||
ubuntu-budgie-live::
|
ubuntu-budgie-live::
|
||||||
|
ubuntucinnamon::
|
||||||
ubuntu-core:system-image:ubuntu-core
|
ubuntu-core:system-image:ubuntu-core
|
||||||
ubuntu-cpc::ubuntu-cpc
|
ubuntu-cpc::ubuntu-cpc
|
||||||
ubuntu-cpc:minimized:ubuntu-cpc
|
ubuntu-cpc:minimized:ubuntu-cpc
|
||||||
|
@ -653,7 +653,7 @@ case $PROJECT in
|
|||||||
ubuntu-server)
|
ubuntu-server)
|
||||||
COMPONENTS='main'
|
COMPONENTS='main'
|
||||||
;;
|
;;
|
||||||
kubuntu|kubuntu-dvd|kubuntu-plasma5|edubuntu|ubuntu-gnome|ubuntu-budgie|ubuntukylin)
|
kubuntu|kubuntu-dvd|kubuntu-plasma5|edubuntu|ubuntu-gnome|ubuntu-budgie|ubuntukylin|ubuntucinnamon)
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
;;
|
;;
|
||||||
xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
xubuntu|mythbuntu|lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|ubuntu-unity)
|
||||||
@ -780,6 +780,11 @@ case $PROJECT in
|
|||||||
LIVE_TASK='edubuntu-live'
|
LIVE_TASK='edubuntu-live'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
ubuntucinnamon)
|
||||||
|
add_task install minimal standard ubuntucinnamon-desktop
|
||||||
|
LIVE_TASK='ubuntucinnamon-live'
|
||||||
|
;;
|
||||||
|
|
||||||
xubuntu)
|
xubuntu)
|
||||||
case ${SUBPROJECT:-} in
|
case ${SUBPROJECT:-} in
|
||||||
minimal)
|
minimal)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user