Thanks, this is working. <br><br><div class="gmail_quote">On Thu, Apr 28, 2011 at 6:18 AM, Alan Pevec <span dir="ltr">&lt;<a href="mailto:apevec@gmail.com">apevec@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, Apr 28, 2011 at 6:13 AM, hai wu &lt;<a href="http://haiwu.us" target="_blank">haiwu.us</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt; wrote:<br>
&gt; Is there a tool to auto-extract livecd/ISO file from initrd.img (which was<br>
&gt; generated from livecd-iso-to-pxeboot command)?<br>
<br>
</div>-to-pxeboot appends gziped cpio archive with ISO file to the original<br>
initrd cpio archive, so if you know original initrd size, you could<br>
extract appendix using e.g. dd. In general case, tool is needed to<br>
search for the end-of-cpio-archive marker (&quot;TRAILER!!!&quot;) which is what<br>
attached Richard&#39;s initrdsplitter.c is doing, Read comments for usage.<br>
<font color="#888888"><br>
Alan<br>
</font><br>--<br>
livecd mailing list<br>
<a href="mailto:livecd@lists.fedoraproject.org">livecd@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/livecd" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/livecd</a><br></blockquote></div><br>