Imported 2.664.15

No reason for CPC update specified.
This commit is contained in:
CloudBuilder 2021-02-02 13:18:43 +00:00
parent 043f93c0dc
commit 4a15bd97ef
2 changed files with 9 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.664.15) focal; 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

View File

@ -826,6 +826,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
virtual|generic-hwe-*)
FLAVOUR="generic"
;;
lowlatency-hwe-*)
FLAVOUR="lowlatency"
;;
oem-*)
FLAVOUR="oem"
;;