<div dir="ltr"><div dir="ltr">On Fri, 11 Mar 2022 at 17:42, John Hanks <<a href="mailto:griznog@gmail.com">griznog@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, <div><br></div><div>I am using imgextract to download several images, like so</div><div><br></div><div><div>imgextract --name one <a href="http://master/one.img" target="_blank">http://master/one.img</a></div><div>imgextract --name two <a href="http://master/two.img" target="_blank">http://master/two.img</a></div><div>imgextract --name three <a href="http://master/three.img" target="_blank">http://master/three.img</a></div></div><div>boot kernel initrd=initrd.magic initrd=one initrd=two initrd=three blah blah blah</div><div><br></div><div>So far so good, except that I wanted to try adding a lot of these but am restricted by the maximum kernel command line length. I naively tried</div><div><br></div><div>imgextract --name mysystem <a href="http://master/one.img" target="_blank">http://master/one.img</a><br>imgextract --name mysystem <a href="http://master/two.img" target="_blank">http://master/two.img</a><br>imgextract --name mysystem <a href="http://master/three.img" target="_blank">http://master/three.img</a><br>boot kernel initrd=initrd.magic initrd=mysystem blah blah blah<br></div><div><br></div><div>and it worked!!! But, that seems way too easy, like I'm cheating. Is this expected to work this way or am I exploiting a bug that might get fixed later? I don't want to depend on this unless it's working this way on purpose. </div><div><br></div><div>Thanks,</div><div><br></div><div>griznog</div></div><br></blockquote><div><br></div><div>Are you sure that the contents from them are all available?<br>Since you are using imgextract I assume that the contents of *.img is compressed and that it contains CPIO archives?<br><br>Could you verify with imgstat that size adds up if you do them to separate names and then try those 2 to the same file?<br>I see nothing that indicates this as being expected behaviour.</div><div><br></div><div>/Christian</div><div> </div></div></div>