mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-16 13:41:19 +00:00
Imported 2.664.15
No reason for CPC update specified.
This commit is contained in:
parent
043f93c0dc
commit
4a15bd97ef
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
||||
|
@ -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