[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2018-06-26 Thread Adam Conrad
*** This bug is a duplicate of bug 1778811 ***
https://bugs.launchpad.net/bugs/1778811

** This bug has been marked a duplicate of bug 1778811
   live-build doesn't work with multi-part initrds

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2016-04-17 Thread Vdragon
The proper fix might be generating the proper suffix "img-{kernel
version}" and feed it to lzcat

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2016-04-17 Thread Vdragon
I suspect that it's because Debian's initrd doesn't have suffix while
ubuntu's have.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2016-03-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~binli/live-build/live-build

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2016-03-16 Thread Bin Li
revno: 2105
committer: Daniel Baumann 
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  (Closes: 
#658995).
diff:
=== modified file 'scripts/build/lb_binary_disk'
--- scripts/build/lb_binary_disk2012-02-06 22:15:12 +
+++ scripts/build/lb_binary_disk2012-02-07 09:11:31 +
@@ -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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2016-03-16 Thread Bin Li
I've also met this issue, when I build image.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555980] Re: broke on binary stage by wrong on lzcat

2016-03-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: live-build (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555980

Title:
  broke on binary stage by wrong on lzcat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/live-build/+bug/1555980/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs