Introduction
------------
rpmbased-dist-chroot is a script that takes a directory full of RPMs (helps if
they're the same distribution, I suggest using an official CD for the
distribution you want to chroot) and installs packages in to the chroot for
you.

Requirements
------------
rpm
bash
sed
grep
sort
uniq

Installation
------------
Copy the file rpmbased-dist-chroot.sh to a directory in your PATH.

Usage
-----

rpmbased-dist-chroot.sh --install-root /some/place/to/put/the/chroot \
   --rpm-archives /path/to/CD/RPMS/directory --install-packages list of \
   packages seperated by spaces

All options are optional, if they're not specified then it uses the following
defaults:
	install-root    : /mnt/temp/fedora
	rpm-archives    : /media/cdrom/Fedora/RPMS
	install-packages: bash coreutils yum

Author
------
Brett Parker:
	email: <iDunno@sommitrealweird.co.uk>
	www:   http://www.sommitrealweird.co.uk/