[neon/neon/livecd-rootfs/Neon/release] /: ...piggyback flavor changes as well.
Łukasz 'sil2100' Zemczak
null at kde.org
Wed Feb 22 11:38:32 GMT 2023
Git commit e5e4051ff451465017bc3096a81e757a09b5d1cc by Łukasz 'sil2100' Zemczak.
Committed on 07/02/2023 at 15:08.
Pushed by jriddell into branch 'Neon/release'.
...piggyback flavor changes as well.
M +2 -0 debian/changelog
M +7 -3 live-build/auto/config
https://invent.kde.org/neon/neon/livecd-rootfs/commit/e5e4051ff451465017bc3096a81e757a09b5d1cc
diff --git a/debian/changelog b/debian/changelog
index 04b3c95b..7a1e48ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
livecd-rootfs (2.765.15) UNRELEASED; urgency=medium
* Enable the hwe kernel variant for 22.04.2 (LP: #2006481).
+ - Add it to the server images besides the ga kernel.
+ - Switch hwe as default for all desktop flavors.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak at ubuntu.com> Tue, 07 Feb 2023 14:57:00 +0100
diff --git a/live-build/auto/config b/live-build/auto/config
index e303ad21..903171ca 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -736,6 +736,7 @@ case $PROJECT in
LIVE_TASK='kubuntu-live'
COMPONENTS='main restricted universe'
add_chroot_hook remove-gnome-icon-cache
+ KERNEL_FLAVOURS='generic-hwe-22.04'
;;
kubuntu-active)
@@ -769,7 +770,7 @@ case $PROJECT in
LIVE_TASK='xubuntu-live'
COMPONENTS='main restricted universe multiverse'
case $ARCH in
- amd64|i386) KERNEL_FLAVOURS=generic ;;
+ amd64|i386) KERNEL_FLAVOURS='generic-hwe-22.04' ;;
esac
;;
@@ -789,7 +790,7 @@ case $PROJECT in
LIVE_TASK='lubuntu-live'
COMPONENTS='main restricted universe multiverse'
case $ARCH in
- amd64|i386) KERNEL_FLAVOURS=generic ;;
+ amd64|i386) KERNEL_FLAVOURS='generic-hwe-22.04' ;;
esac
;;
@@ -803,19 +804,21 @@ case $PROJECT in
add_task install minimal standard ubuntu-budgie-desktop
LIVE_TASK='ubuntu-budgie-live'
COMPONENTS='main restricted universe'
+ KERNEL_FLAVOURS='generic-hwe-22.04'
;;
ubuntu-mate)
add_task install minimal standard ubuntu-mate-core ubuntu-mate-desktop
LIVE_TASK='ubuntu-mate-live'
COMPONENTS='main restricted universe multiverse'
+ KERNEL_FLAVOURS='generic-hwe-22.04'
;;
ubuntustudio-dvd)
add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-graphics ubuntustudio-video ubuntustudio-photography
COMPONENTS='main restricted universe multiverse'
case $ARCH in
- amd64|i386) KERNEL_FLAVOURS=lowlatency ;;
+ amd64|i386) KERNEL_FLAVOURS='lowlatency-hwe-22.04' ;;
esac
;;
@@ -824,6 +827,7 @@ case $PROJECT in
add_package install ubuntukylin-default-settings
LIVE_TASK='ubuntukylin-live'
COMPONENTS='main restricted universe'
+ KERNEL_FLAVOURS='generic-hwe-22.04'
;;
ubuntu-server)
More information about the Neon-commits
mailing list