Alexander@Rau wrote:
I am about to use buildinstall (anaconda 9.0-4) on my custom distro (RH9 based) and have some questions: The usage is as follows: buildinstall \--comp <component> \ --pkgorder <file> \ --version <version> \ --product <product> --release <comment> \ /mydistro/i386Are these switches freely choosable or do I need to follow a specific pattern i.e. --version 9.0
These are choosable. At a minimum you must have --version, --product, and --release.
Forrest --