Install the filesystem first, it helps...
[rpmbased-dist-chroot.git] / README
1 Introduction
2 ------------
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
6 you.
7
8 Requirements
9 ------------
10 rpm
11 bash
12 sed
13 grep
14 sort
15 uniq
16
17 Installation
18 ------------
19 Copy the file rpmbased-dist-chroot.sh to a directory in your PATH.
20
21 Usage
22 -----
23
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
27
28 All options are optional, if they're not specified then it uses the following
29 defaults:
30         install-root    : /mnt/temp/fedora
31         rpm-archives    : /media/cdrom/Fedora/RPMS
32         install-packages: bash coreutils yum
33
34 Author
35 ------
36 Brett Parker:
37         email: <iDunno@sommitrealweird.co.uk>
38         www:   http://www.sommitrealweird.co.uk/