Set INITRAMFS_COMPRESSION to gzip for live-server builds to speed up the

boot. (LP: #1750873)
This commit is contained in:
Michael Hudson-Doyle 2018-03-13 21:37:06 +13:00
parent 156f66db36
commit 0d750f78bc
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -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 <michael.hudson@ubuntu.com> Tue, 13 Mar 2018 21:24:27 +1300
livecd-rootfs (2.509) bionic; urgency=medium
[ Steve Langasek ]

View File

@ -507,6 +507,7 @@ case $PROJECT in
case $ARCH in
amd64) add_package live linux-signed-generic ;;
esac
INITRAMFS_COMPRESSION='gzip'
;;
esac
COMPONENTS='main'