INSTRUCTIONS FOR BUILDING THE CUCUMBER LINUX ISO IMAGES 1. Build the initrds. This can be done by running the buildscript in the initrd directory. Note that this will need to be done separately for each architecture. 2. Copy the initrds from step 1 to the iso directory. Make sure to name each initrd as initrd-$ARCH where $ARCH is the architecture for the given initrd. 3. Build the ISOs. This is done by running the buildscript in the iso directory (iso.buildscript, not the install.sh script). This will make your installation ISOs and place them in /tmp. Note that the ENTIRE cucumber tree for the version you are building must be available (i.e. the cucumber-i686 and cucumber-x86_64 directories must be present in the directory immediately above the installer directory, not just the installer directory).