Enable the hwe kernel variant for 22.04.2.

This commit is contained in:
Łukasz 'sil2100' Zemczak 2023-02-07 15:39:32 +01:00
parent 7205e76b79
commit 57fbcb4efd
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View File

@ -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@ubuntu.com> Tue, 07 Feb 2023 14:57:00 +0100
livecd-rootfs (2.765.14) jammy; urgency=medium
[ Samir Akarioh ]

View File

@ -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