This directory contains scripts to create iso images for both cdr's and 
writable dvd's.  You must run the scripts in this directory from this directory.

Current limitation for the size of the $SITE/Updates directory contents is 
about 550MB.  This is because this version requires that all of these rpms
fit on one cdr. The installer needs some space on the cdr too so this leaves 
about 550MB for $SITE/Updates.  I expect the next version of this program to
fix this.  A dvd could be made however.  You will need to remove the check in
make.cdiso.sh for the size of $SITE/Updates.  After the cd isos are made you
can use the make.dvdiso.sh script to make the dvd iso image.

make.cdisos.sh

	This will make cd sized iso images in the location pointed to in
	../locations.include of $CDISOAREA .  You thus need to make sure
	that this directory exists and has enough free disk space to handle
        5 cdr iso images.  The script will need a small amount of free space
	in $RELEASEAREA as defined in ../locations.include.  The script makes
	use of hard links which keeps the disk space requirements low. After
	the script completes your new cd iso images will be in $CDISOAREA
	as defined in ../locations.include with names of 
	$SITE.$VERSION.$DATE.disc?.iso

make.dvdiso.sh 

	This script takes cd iso images and makes a dvd iso image out of them.
	The cd iso images need to be in a directory all by themselves.  I did 
	not write this script but found that it was useful for creating dvd
	iso images.  I have run this script and it seems to work ok.

	From the usage in the script

	  Usage: make.dvdiso.sh <ISO directory> <DVD image>
    		ISO directory: directory holding CD images
    		DVD image: name of DVD image output file

	  The following RPMs must be installed:
    		anaconda-runtime mkisofs

locations.include
	
	calls ../locations.include

/subscripts/

	mkisoimage.disc1.site.sh
	mkisoimage.disc2.site.sh
	mkisoimage.disc3.site.sh
	mkisoimage.disc4.site.sh
	mkisoimage.disc5.site.sh

		Called by make.cdisos.sh

	makeapt.site.iso.sh
	makeapt.iso.sh

		makeapt.site.iso.sh is called by make.cdisos.sh
		makeapt.iso.sh is called by makeapt.site.iso.sh