[Bug 1555980] Re: broke on binary stage by wrong on lzcat
Bin Li
1555980 at bugs.launchpad.net
Wed Mar 16 09:49:39 UTC 2016
revno: 2105
committer: Daniel Baumann <daniel at debian.org>
timestamp: Tue 2012-02-07 10:11:31 +0100
message:
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:
=== modified file 'scripts/build/lb_binary_disk'
--- scripts/build/lb_binary_disk 2012-02-06 22:15:12 +0000
+++ scripts/build/lb_binary_disk 2012-02-07 09:11:31 +0000
@@ -108,7 +108,7 @@
;;
lzma)
- lzcat "../../${INITRD}" | cpio --quiet -id conf/uuid.conf
+ lzcat -S "" "../../${INITRD}" | cpio --quiet -id conf/uuid.conf
;;
esac
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to live-build in Ubuntu.
https://bugs.launchpad.net/bugs/1555980
Title:
broke on binary stage by wrong on lzcat
Status in live-build package in Ubuntu:
Confirmed
Bug description:
Hi, i'm make a ubuntu derivative with auto scripts provided by livecd-
rootfs package. When the build is on binary stage, it's broke.
Debugging i find this :
lzcat -S "" "../../${INITRD}" | cpio --quiet -id conf/uuid.conf
When i run lzcat command on terminal it's return : lzcat: : Invalid
filename suffix
If i remove "-S" option all work fine. is it a mistake?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions
More information about the foundations-bugs
mailing list