From e5e4051ff451465017bc3096a81e757a09b5d1cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 7 Feb 2023 16:08:54 +0100 Subject: [PATCH] ...piggyback flavor changes as well. --- debian/changelog | 2 ++ live-build/auto/config | 10 +++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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 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)