Jason - here's a tree of the build environment, w/ some comments might
possibly help... I'm realizing that a full writeup is a non-trivial
task. :)
.
|-- anaconda -> anaconda-8.0
|-- anaconda-8.0 (stock RH anaconda, to diff against)
| |-- balkan
| |-- bootdisk
<snip>
|-- anaconda-8.0-xfs (xfs-modified anaconda)
| |-- balkan
| |-- bootdisk
<snip>
|-- anaconda-images-8.0 (images package - not certain this is used)
| `-- rnotes
| |-- de
| |-- es
| |-- fr
| |-- it
| `-- ja
|-- anaconda-xfs -> anaconda-8.0-xfs
|-- bootGen (used to build the actual installer - some is copied
| |-- RedHat from the stock installer, I think - dosutils etc)
| | |-- RPMS (here are symlinks to -all- rpms, the installer needs a subset)
| | `-- base (need an updated comps.xml here, hdlist is built here)
| |-- dosutils
| | `-- autoboot
| |-- images
| | `-- pxeboot
| `-- isolinux
|-- genhdlist (used to make the hdlist - below are actual RPMS
| |-- disc1 from the RH cds and the sgi-specific RPMS, with
| | `-- RedHat any replaced RPMS (kernel for example) removed
| | `-- RPMS from the RH dirs)
| |-- disc2
| | `-- RedHat
| | `-- RPMS
| |-- disc3
| | `-- RedHat
| | `-- RPMS
| |-- disc4
| | `-- RedHat
| | `-- RPMS
| |-- disc5
| | `-- RedHat
| | `-- RPMS
| `-- sgi_disc
| `-- RedHat
| `-- RPMS (xfs-specific RPMS)
|-- pixmaps
| `-- sginotes
|-- rnotes
|-- sgiInstall (top of the tree that goes on the iso image)
| |-- RedHat
| | |-- RPMS -> ../../genhdlist/sgi_disc/RedHat/RPMS
| | `-- base -> ../../bootGen/RedHat/base
| |-- SRPMS -> ../sgiSRPMS/SRPMS
| |-- dosutils -> ../bootGen/dosutils
| |-- images -> ../bootGen/images
| |-- isolinux -> ../bootGen/isolinux
| `-- rebuildme
`-- sgiSRPMS (SRPMS for sgi-specific RPMS)
`-- SRPMS
|