[kernel-snaps-uc20][PATCH 2/2] Drop lzma, instead use default compression (lz4).
Dimitri John Ledkov
xnox at ubuntu.com
Fri Nov 22 15:53:52 UTC 2019
Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7c292de..0eaddbc 100644
--- a/Makefile
+++ b/Makefile
@@ -103,7 +103,6 @@ prepare-chroot:
echo "$${APTPREF}" > chroot/etc/apt/preferences.d/01proposedkernel; \
fi
mkdir -p chroot/etc/initramfs-tools/conf.d
- echo "COMPRESS=lzma" >chroot/etc/initramfs-tools/conf.d/ubuntu-core.conf
# LP1794279: vc4-kms-v3d and hardware accelerated framebuffer support
echo "i2c-bcm2708" > chroot/etc/initramfs-tools/modules
if [ "$(DPKG_ARCH)" = "amd64" ]; then \
--
2.24.0
More information about the kernel-team
mailing list