<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">http://master/one.img</a></div><div>imgextract --name two <a href="http://master/two.img">http://master/two.img</a></div><div>imgextract --name three <a href="http://master/three.img">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">http://master/one.img</a><br>imgextract --name mysystem <a href="http://master/two.img">http://master/two.img</a><br>imgextract --name mysystem <a href="http://master/three.img">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>