[SCM] live-build branch, debian-next, updated. debian/3.0_a43-1-5-g7f91738
Daniel Baumann
daniel at debian.org
Tue Feb 7 09:14:15 UTC 2012
The following commit has been merged in the debian-next branch:
commit 17b425e9bd0acbe47da00f58bebd6e5cf306e071
Author: Daniel Baumann <daniel at debian.org>
Date: Tue Feb 7 10:11:31 2012 +0100
Correcting lzcat call in binary_disk to not bail out due to non-standard file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.capriotti at xbmc.org> (Closes: #658995).
diff --git a/scripts/build/lb_binary_disk b/scripts/build/lb_binary_disk
index 48bd160..a845b27 100755
--- a/scripts/build/lb_binary_disk
+++ b/scripts/build/lb_binary_disk
@@ -108,7 +108,7 @@ case "${LB_INITRAMFS}" in
;;
lzma)
- lzcat "../../${INITRD}" | cpio --quiet -id conf/uuid.conf
+ lzcat -S "" "../../${INITRD}" | cpio --quiet -id conf/uuid.conf
;;
esac
--
live-build
More information about the debian-live-changes
mailing list