#!/bin/bash
# This script will create a bootable ISO9660 image
# This script has to be run one directory below the cdrom source directory
#
#you can  modify the kickstart config file to suit your preferences
#

# this is the name of the outputted ISO file
OUT="RHEL4u3"
#TARGET="/home/seamus/$VER"
DATE=`date +%Y%m%d"_"%H%M`


#-V "$VER" \

mkisofs -o $OUT.iso \
-b isolinux/isolinux.bin \
-c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-R -J -v -T ./bootdisk/