3 rpmbased-dist-chroot is a script that takes a directory full of RPMs (helps if
4 they're the same distribution, I suggest using an official CD for the
5 distribution you want to chroot) and installs packages in to the chroot for
19 Copy the file rpmbased-dist-chroot.sh to a directory in your PATH.
24 rpmbased-dist-chroot.sh --install-root /some/place/to/put/the/chroot \
25 --rpm-archives /path/to/CD/RPMS/directory --install-packages list of \
26 packages seperated by spaces
28 All options are optional, if they're not specified then it uses the following
30 install-root : /mnt/temp/fedora
31 rpm-archives : /media/cdrom/Fedora/RPMS
32 install-packages: bash coreutils yum
37 email: <iDunno@sommitrealweird.co.uk>
38 www: http://www.sommitrealweird.co.uk/