From 0d750f78bc19d042d281685d1e8d38584801def1 Mon Sep 17 00:00:00 2001 From: Michael Hudson-Doyle Date: Tue, 13 Mar 2018 21:37:06 +1300 Subject: [PATCH] Set INITRAMFS_COMPRESSION to gzip for live-server builds to speed up the boot. (LP: #1750873) --- debian/changelog | 7 +++++++ live-build/auto/config | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8089d062..6d6b0c39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.510) UNRELEASED; urgency=medium + + * Set INITRAMFS_COMPRESSION to gzip for live-server builds to speed up the + boot. (LP: #1750873) + + -- Michael Hudson-Doyle Tue, 13 Mar 2018 21:24:27 +1300 + livecd-rootfs (2.509) bionic; urgency=medium [ Steve Langasek ] diff --git a/live-build/auto/config b/live-build/auto/config index 6dc8881f..0601ab67 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -507,6 +507,7 @@ case $PROJECT in case $ARCH in amd64) add_package live linux-signed-generic ;; esac + INITRAMFS_COMPRESSION='gzip' ;; esac COMPONENTS='main'