mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 11:21:12 +00:00
Stop overriding initramfs compression default to lzma. LP: #1831736
This commit is contained in:
parent
67b26519bc
commit
3d36dc0794
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
livecd-rootfs (2.592) UNRELEASED; urgency=medium
|
||||
|
||||
* Drop trying to mount removed maas squashfs.
|
||||
* Stop overriding initramfs compression default to lzma. LP: #1831736
|
||||
|
||||
-- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 05 Jun 2019 00:02:32 +0100
|
||||
|
||||
|
@ -505,12 +505,6 @@ if ! [ -e config/germinate-output/structure ]; then
|
||||
${COMPONENTS:+-c "$COMPONENTS"} -a $ARCH)
|
||||
fi
|
||||
|
||||
case $PROJECT in
|
||||
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
|
||||
INITRAMFS_COMPRESSION="lzma"
|
||||
;;
|
||||
esac
|
||||
|
||||
case $PROJECT in
|
||||
ubuntu|ubuntu-dvd)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user