I guess the problem with this approach is I need to take the custom pkg out of the package_config list, since I will be installing it from a hook.  But then the pkg will no longer be pulled into the mirror on my CD.  How do you get a package or any file onto an fai-cd without having it be handled by install_packages? <br>
<br><div class="gmail_quote">On Thu, Jan 21, 2010 at 11:40 AM, Thomas Lange <span dir="ltr">&lt;<a href="mailto:lange@informatik.uni-koeln.de">lange@informatik.uni-koeln.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">&gt;&gt;&gt;&gt;&gt; On Thu, 21 Jan 2010 11:28:44 -0500, David Ward &lt;<a href="mailto:ansona10@gmail.com">ansona10@gmail.com</a>&gt; said:<br>
<br>
    &gt; I have a custom deb that conflicts with something in my kernel deb (which I<br>
    &gt; don&#39;t wish to mess with).  I&#39;m wanting to do --force-overwrite.  Anyone have<br>
    &gt; a suggestion?  Maybe there&#39;s a way to download the package from my local<br>
    &gt; repository so I can install it later manually from a class?<br>
</div></div>There&#39;s a unpack feature in install_packages, that downloads and<br>
unpacks but does not configure a package. I guess this would also fail<br>
if there are conflicting files or packages. I think the easiest way is<br>
to write a hook, which calls<br>
<br>
aptitude -o Dpkg::force-overwrite=yes install &lt;package name&gt;<br>
<br>
I hope this works.<br>
<font color="#888888">--<br>
regards Thomas<br>
</font></blockquote></div><br>