Disable HWE stack to get our custom generic kernel.

This commit is contained in:
Dimitri John Ledkov 2019-05-31 11:20:23 +01:00
parent f3c89783ac
commit c08375580a
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.525.27~ppa2) bionic; urgency=medium
* Disable HWE stack to get our custom generic kernel.
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 31 May 2019 11:13:42 +0100
livecd-rootfs (2.525.27~ppa1) bionic; urgency=medium livecd-rootfs (2.525.27~ppa1) bionic; urgency=medium
* Seed snaps from stable, cause channels are msising. * Seed snaps from stable, cause channels are msising.

View File

@ -361,7 +361,6 @@ esac
case $PROJECT in case $PROJECT in
ubuntu|ubuntu-dvd) ubuntu|ubuntu-dvd)
HWE="yes"
KERNEL_FLAVOURS="generic${HWE:+-$HWE_SUFFIX}" KERNEL_FLAVOURS="generic${HWE:+-$HWE_SUFFIX}"
add_task install minimal standard ubuntu-desktop add_task install minimal standard ubuntu-desktop
LIVE_TASK='ubuntu-live' LIVE_TASK='ubuntu-live'