releasing package livecd-rootfs version 2.525.27~ppa3

This commit is contained in:
Dimitri John Ledkov 2019-05-31 11:26:06 +01:00
parent c08375580a
commit 358596ff09
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.525.27~ppa3) bionic; urgency=medium
* Install aarch64-laptops-support package.
-- Dimitri John Ledkov <xnox@ubuntu.com> Fri, 31 May 2019 11:25:48 +0100
livecd-rootfs (2.525.27~ppa2) bionic; urgency=medium
* Disable HWE stack to get our custom generic kernel.

View File

@ -364,6 +364,7 @@ case $PROJECT in
KERNEL_FLAVOURS="generic${HWE:+-$HWE_SUFFIX}"
add_task install minimal standard ubuntu-desktop
LIVE_TASK='ubuntu-live'
add_package live aarch64-laptops-support
case $ARCH in
amd64) add_package live linux-signed-$KERNEL_FLAVOURS ;;
esac