Displaying 1 result from an estimated 1 matches for "fileord".
Did you mean:
fileor
2006 Jun 23
0
Installing from a usb drive
....
We've make custom isos of CentOS and having trouble during the installation.
Here's what we did :
Add our rpms to CentOS/RPMS
Add a folder of scripts and two kickstart files to the base directory
run "pkgorder /path/to/base i386 CentOS > /tmp/foo.txt"
run "genhdlist --fileorder /tmp/foo.txt /path/to/base"
rerun the pkgorder command
Add a custom group to CentOS/base/comps.xml
run "buildinstall --pkgorder /tmp/foo.txt --version 4.2 --product "CentOS"
--release "BAR_V1" --discs "BAR" --prodpath CentOS --comp BARv1
/path/to/base"...