On Tue, Jan 20, 2009 at 11:52 PM, Dirk Heinrichs <dirk.heinrichs.ext@nsn.com> wrote:
Am Mittwoch, den 21.01.2009, 04:04 +0000 schrieb ext Grant Edwards:

> I'm a little confused. Is there supposed to be an additional
> installation step to populate the /dev directory when using
> recent stage3 snapshots?

One usually bind-mounts /dev, /proc and /sys into the chroot, like

mount --bind /dev /newinstall/dev # dito for /proc, /sys
chroot /newinstall

If this isn't documented, you should file a bug.

HTH...

       Dirk



The best gentoo chroot guide I know of is:
http://www.gentoo.org/proj/en/base/amd64/howtos/index.xml?part=1&chap=2

Obviously, throw out any 32-bit specific stuff if you aren't doing 32-bit on a 64-bit machine.

Nick