[neon/neon/livecd-rootfs/Neon/release] /: Enable the hwe kernel variant for 22.04.2.

Łukasz 'sil2100' Zemczak null at kde.org
Wed Feb 22 11:38:32 GMT 2023


Git commit 57fbcb4efdaf3f73e7877f8f445847e8a809facb by Łukasz 'sil2100' Zemczak.
Committed on 07/02/2023 at 14:39.
Pushed by jriddell into branch 'Neon/release'.

Enable the hwe kernel variant for 22.04.2.

M  +6    -0    debian/changelog
M  +1    -2    live-build/auto/config

https://invent.kde.org/neon/neon/livecd-rootfs/commit/57fbcb4efdaf3f73e7877f8f445847e8a809facb

diff --git a/debian/changelog b/debian/changelog
index 93c80bc1..04b3c95b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+livecd-rootfs (2.765.15) UNRELEASED; urgency=medium
+
+  * Enable the hwe kernel variant for 22.04.2 (LP: #2006481).
+
+ -- Łukasz 'sil2100' Zemczak <lukasz.zemczak at ubuntu.com>  Tue, 07 Feb 2023 14:57:00 +0100
+
 livecd-rootfs (2.765.14) jammy; urgency=medium
 
   [ Samir Akarioh ]
diff --git a/live-build/auto/config b/live-build/auto/config
index 832b8408..e303ad21 100755
--- a/live-build/auto/config
+++ b/live-build/auto/config
@@ -849,8 +849,7 @@ case $PROJECT in
 				# written generically to support both even though a lot of the
 				# time only one kernel is offered.
 
-				# variants='ga hwe'
-				variants='ga'
+				variants='ga hwe'
 
 				for variant in $variants; do
 					if [ "$variant" = "ga" ]; then



More information about the Neon-commits mailing list