Re: Re: Python 2.3.2

seth vidal <skvidal-c/MNwgJ9CEH2fBVCVOL8/[email protected]> 16 Oct 2003 12:36:54 -0400
Newsgroups gmane.linux.redhat.rpm.python
Message-ID <1066322214.3898.1.camel__23733.5676480599$1072982626@opus>
> What I have is a set of shell scripts (based on the LFS project) that
> formats a partition, builds enough of a system on it to chroot into it
> and build a very basic bootable system from which I can cvs checkout my
> spec files and bootstrap it with RPM.
> 
> This is what I do whenever I want to upgrade my toolchain (stuff that
> isn't terribly safe to update on a live system).

yum --installroot=/some/path groupinstall Core

that will get you most of the  way there for chroot installs

-sv