On Wed, 2008-05-07 at 15:23 -0400, Joshua ChaitinPollak wrote: > Hello, > > > My embedded environment has gotten a bit stale, I was running with the > stage1-x86-uclibc-2006.1.tar.gz and > the /usr/portage/profiles/uclibc/x86 profile, but this stage release > and profile both seem pretty stale. > > > What is the recommended profile and method to bootstrap a uclibc > environment with a more recent (2007.0 or 2008.0-beta2) stage tarball > and the latest portage?
Grab the most recent stage from (hardened or non) http://distributions.barfoo.org/gentoo/releases/x86/stages/uclibc/current/stage3-x86-uclibc-hardened-20080110.tar.bz2 unpack. tar jxf stage3-x86-*.tar.bz2 -C /some_staging_dir cd /some_staging_dir mount -obind /proc proc mount -obind /sys sys cp /etc/resolv.conf etc/ chroot . /bin/bash --login echo PKGDIR=/packages/ >> /etc/make.conf echo FEATURES=buildpkg >> /etc/make.conf emerge -q world #finished. > > Thanks, > > > -Josh > > -- > Joshua ChaitinPollak | Software Engineer > Kiva Systems, Inc., 225 Wildwood Ave, Woburn, MA 01970 > > > > > > > > > > > > -- [email protected] mailing list
