BTW, our distribution engineers have suggesting using 'apt-rdepends' instead of 'apt-cache depends'.  I verified that works better on my system (that is, querying on bash returns libc6).<div>But it doesn't actually work if I put that in <a href="http://febootstrap_debian.ml">febootstrap_debian.ml</a> in place of apt-cache depends.<br>
<div><br></div><div><div>febootstrap -v -o supermin.d --names bsdmainutils btrfs-tools cryptsetup diff e2fsprogs gfs-tools gfs2-tools grub-pc hfsplus iproute libaugeas0 linux-image nilfs-tools ntfs-3g ntfsprogs reiserfsprogs udev ufsutils util-linux vim-tiny xz-utils zfs-fuse acl attr bash libc6 binutils coreutils cpio dosfstools file findutils gawk grep gzip jfsutils lsof lvm2 module-init-tools net-tools parted procps scrub strace tar zerofree --exclude ^perl --exclude ^python --exclude ^plymouth --exclude ^linux-firmware --exclude ^kbd-misc --exclude ^file-rc</div>
<div>...</div><div>No candidate version found for debconf-2.0</div><div>No candidate version found for awk</div><div>No candidate version found for upstart-job</div><div>No candidate version found for linux-initramfs-tool</div>
<div>No candidate version found for fileutils</div><div>...</div><div><div>febootstrap: aptitude: error: no file was downloaded corresponding to package debconf-2.0</div><div>make: *** [stamp-supermin] Error 1</div></div>
<div><br></div><div><br></div><div class="gmail_quote">On Fri, Aug 12, 2011 at 11:46 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 11:22:01AM -0700, David Konerding wrote:<br>
> On Fri, Aug 12, 2011 at 11:03 AM, Richard W.M. Jones <<a href="mailto:rjones@redhat.com">rjones@redhat.com</a>>wrote:<br>
><br>
> > On Fri, Aug 12, 2011 at 10:45:48AM -0700, David Konerding wrote:<br>
> > > I see, so you're suggesting I just manually add a package to pkgs right<br>
> > > after<br>
> > ><br>
> > <a href="http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l47" target="_blank">http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l47</a><br>

> ><br>
> > Yup, something like:<br>
> ><br>
> >  let pkgs = pkgs @ [ "libc6" ] in<br>
> ><br>
> ><br>
> Thanks for all the help.  I can confirm that shoehorning libc6 in allows<br>
> invoking init.  The next step is /bin/sh failing to run because<br>
> libncurses.so.5 can't be loaded.<br>
<br>
</div>Another thing to do would be to modify the grep command here:<br>
<br>
<a href="http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l37" target="_blank">http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_debian.ml;h=4aa7389657aedf281a6aa908984a02891de801be;hb=HEAD#l37</a><br>

<br>
in order to make it include all the Depends and Pre-Depends packages<br>
(assuming that ncurses is amongst those).<br>
<div class="im"><br>
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>Read my programming blog: <a href="http://rwmj.wordpress.com" target="_blank">http://rwmj.wordpress.com</a><br>
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)<br>
<a href="http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora" target="_blank">http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora</a><br>
</blockquote></div><br></div></div>