<br><br><div class="gmail_quote">On Fri, Aug 12, 2011 at 10:35 AM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>></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 Fri, Aug 12, 2011 at 10:19:56AM -0700, David Konerding wrote:<br>
> Are you sure this should work?  I see that libc6 makes it into packagelist,<br>
> and the febootstrap invocation includes libc6, but it never downloads libc6.<br>
><br>
> I did a few verification steps:<br>
> 1) aptitude download libc6 works<br>
> 2) extracting the deb works<br>
><br>
> so it seems like there is some step between listing a package in<br>
> packagelist, and febootstrap actually invoking the aptitutde download<br>
> command for the package.  I've skimmed the febootstrap code, it doesn't seem<br>
> like it would actively filter anything not in the exclude list (which I<br>
> verified doesn't list libc6).<br>
<br>
</div>Actually you're right, this isn't direct.<br>
<br>
It will pass libc6 as an argument to apt-cache depends [...], which<br>
then presumably is ignoring it or not printing it in the output for<br>
whatever reason.<br>
<br>
There's not an especially easy way to do this without modifying<br>
febootstrap sources:<br>
<div class="im"><br>
<a href="http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l35" target="_blank">http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l35</a><br>

<br>
</div>Then recompiling febootstrap and adding /path/to/febootstrap and<br>
/path/to/febootstrap/helper to $PATH.<br>
<div class="im"><br></div></blockquote><div><br></div><div>I see, so you're suggesting I just manually add a package to pkgs right after </div><div><a href="http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l47">http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l47</a> </div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">
Rich.<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" target="_blank">http://people.redhat.com/~rjones</a><br>
</div><div class="im">virt-df lists disk usage of guests without needing to install any<br>
software inside the virtual machine.  Supports Linux and Windows.<br>
</div><a href="http://et.redhat.com/~rjones/virt-df/" target="_blank">http://et.redhat.com/~rjones/virt-df/</a><br>
</blockquote></div><br>