> On Mon, 27 Dec 1999, Russell Steffen wrote:
> 
> > All I really want to see is some clear directions on how to incorporate
> > installer updates into a new ISO image.
> 
> /usr/doc/HOWTO/mini/RedHat-CD

That describes how to do it for RHL 5.1. I've only skimmed it (didn't know 
it existed until now!), but I expect its mostly okay.

Note that the updateCD script included may fail if there are two or more 
revisions of an rpm. Change
  for rpm in ${UPDDIR}/*.rpm ; do
to
  for rpm in `dir -1 ${UPDDIR}/*.rpm | sort ` ; do
to ensure you get newer versions later; otherwise it will only work most 
times.

The script I published here yesterday has similar logic, but I also 
extract version information.
-- 
Cheers
John Summerfield
http://os2.ami.com.au/os2/ for OS/2 support.
Configuration, networking, combined IBM ftpsites index.


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to