mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-11 03:01:14 +00:00
Support the lowlatency-hwe-* when handling kernel flavours.
This commit is contained in:
parent
3b0ebedf8a
commit
befad641dc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.664.15) UNRELEASED; urgency=medium
|
||||
|
||||
* Properly handle lowlatency-hwe-* (LP: #1914217)
|
||||
|
||||
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 02 Feb 2021 11:39:11 +0100
|
||||
|
||||
livecd-rootfs (2.664.14) focal; urgency=medium
|
||||
|
||||
* Actually also enable the hwe kernel for all flavours for 20.04.2
|
||||
|
@ -826,6 +826,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
||||
virtual|generic-hwe-*)
|
||||
FLAVOUR="generic"
|
||||
;;
|
||||
lowlatency-hwe-*)
|
||||
FLAVOUR="lowlatency"
|
||||
;;
|
||||
oem-*)
|
||||
FLAVOUR="oem"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user