mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Set INITRAMFS_COMPRESSION to gzip for live-server builds to speed up the
boot. (LP: #1750873)
This commit is contained in:
parent
156f66db36
commit
0d750f78bc
7
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user