diff mbox series

[kernel-snaps-uc20,2/2] Drop lzma, instead use default compression (lz4).

Message ID 20191122155352.73841-2-xnox@ubuntu.com
State New
Headers show
Series [kernel-snaps-uc20,1/2] Add kernel.efi handle. | expand

Commit Message

Dimitri John Ledkov Nov. 22, 2019, 3:53 p.m. UTC
Signed-off-by: Dimitri John Ledkov <xnox@ubuntu.com>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Andy Whitcroft Nov. 28, 2019, 10:27 a.m. UTC | #1
On Fri, Nov 22, 2019 at 03:53:52PM +0000, Dimitri John Ledkov wrote:
> Signed-off-by: Dimitri John Ledkov <xnox@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
> 
Acked-by: Andy Whitcroft <apw@canonical.com>

-apw
diff mbox series

Patch

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 \