mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
Imported 2.664.14
No reason for CPC update specified.
This commit is contained in:
parent
5a70b51d03
commit
043f93c0dc
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.664.14) focal; urgency=medium
|
||||||
|
|
||||||
|
* Actually also enable the hwe kernel for all flavours for 20.04.2
|
||||||
|
(LP: #1914119)
|
||||||
|
|
||||||
|
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 01 Feb 2021 22:17:01 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.664.13) focal; urgency=medium
|
livecd-rootfs (2.664.13) focal; urgency=medium
|
||||||
|
|
||||||
* Enable the hwe variant for ubuntu-server-live (LP: #1913314)
|
* Enable the hwe variant for ubuntu-server-live (LP: #1913314)
|
||||||
|
@ -605,6 +605,7 @@ case $PROJECT in
|
|||||||
LIVE_TASK='kubuntu-live'
|
LIVE_TASK='kubuntu-live'
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
add_chroot_hook remove-gnome-icon-cache
|
add_chroot_hook remove-gnome-icon-cache
|
||||||
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
kubuntu-active)
|
kubuntu-active)
|
||||||
@ -637,9 +638,7 @@ case $PROJECT in
|
|||||||
add_package install xterm
|
add_package install xterm
|
||||||
LIVE_TASK='xubuntu-live'
|
LIVE_TASK='xubuntu-live'
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
case $ARCH in
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-netbook)
|
ubuntu-netbook)
|
||||||
@ -657,9 +656,7 @@ case $PROJECT in
|
|||||||
add_task install minimal standard lubuntu-desktop
|
add_task install minimal standard lubuntu-desktop
|
||||||
LIVE_TASK='lubuntu-live'
|
LIVE_TASK='lubuntu-live'
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
case $ARCH in
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
amd64|i386) KERNEL_FLAVOURS=generic ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-gnome)
|
ubuntu-gnome)
|
||||||
@ -672,12 +669,14 @@ case $PROJECT in
|
|||||||
add_task install minimal standard ubuntu-budgie-desktop
|
add_task install minimal standard ubuntu-budgie-desktop
|
||||||
LIVE_TASK='ubuntu-budgie-live'
|
LIVE_TASK='ubuntu-budgie-live'
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntu-mate)
|
ubuntu-mate)
|
||||||
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
|
||||||
LIVE_TASK='ubuntu-mate-live'
|
LIVE_TASK='ubuntu-mate-live'
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntustudio-dvd)
|
ubuntustudio-dvd)
|
||||||
@ -700,9 +699,7 @@ case $PROJECT in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
COMPONENTS='main restricted universe multiverse'
|
COMPONENTS='main restricted universe multiverse'
|
||||||
case $ARCH in
|
KERNEL_FLAVOURS='lowlatency-hwe-20.04'
|
||||||
amd64|i386) KERNEL_FLAVOURS=lowlatency ;;
|
|
||||||
esac
|
|
||||||
;;
|
;;
|
||||||
|
|
||||||
ubuntukylin)
|
ubuntukylin)
|
||||||
@ -710,6 +707,7 @@ case $PROJECT in
|
|||||||
add_package install ubuntukylin-default-settings
|
add_package install ubuntukylin-default-settings
|
||||||
LIVE_TASK='ubuntukylin-live'
|
LIVE_TASK='ubuntukylin-live'
|
||||||
COMPONENTS='main restricted universe'
|
COMPONENTS='main restricted universe'
|
||||||
|
KERNEL_FLAVOURS='generic-hwe-20.04'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
base)
|
base)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user