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

boot. (LP: #1750873)
ubuntu/cosmic
Michael Hudson-Doyle 7 years ago
parent 156f66db36
commit 0d750f78bc

7
debian/changelog vendored

@ -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 ]

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

Loading…
Cancel
Save