Description: Fix patch with lzcat launchpadbug #1555980 TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . live-build (3.0~a57-1ubuntu25.1) xenial; urgency=medium . * Avoid recompressing initrd.img symlinks (LP: #1539157). Author: Colin Watson Bug-Ubuntu: https://bugs.launchpad.net/bugs/1539157 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: https://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- live-build-3.0~a57.orig/scripts/build/lb_binary_disk +++ live-build-3.0~a57/scripts/build/lb_binary_disk @@ -108,7 +108,7 @@ case "${LB_INITRAMFS}" in ;; lzma) - lzcat -S "" "../../${INITRD}" | cpio --quiet -id conf/uuid.conf + lzcat "../../${INITRD}" | cpio --quiet -id conf/uuid.conf ;; esac