Thank you. That's the ticket. I didn't know about this at all, but it seems reasonable. What I'll do is create a Makefile so I can do make iso. If there is interest, email me and I'll post the makefile here later. - Aaron -----Original Message----- From: Jason L Tibbitts III [mailto:tibbs@xxxxxxxxxxx] Sent: Wednesday, July 02, 2003 2:51 PM To: kickstart-list@xxxxxxxxxx Subject: Re: modifying isolinux.iso / Red Hat 9 >>>>> "AB" == Aaron Bennett <aaron.bennett@xxxxxxxx> writes: AB> How would you go about modifying isolinux.iso for Red Hat AB> 9? Here's how I do it. There's probably a simpler way but this does seem to work. Make a directory and put this script in it: #!/bin/sh mkisofs -o boot.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -R -J -V -T image Then make a directory "image" and in it a directory "isolinux". In there put the contents of your CD: ~/iso> ls image/isolinux boot.cat initrd8.img isolinux.cfg options.msg snake.msg vmlinuz8 boot.msg initrd9.img isolinux.cfg.orig param.msg splash.lss vmlinuz9 general.msg isolinux.bin memtest.img* rescue.msg TRANS.TBL Tweak to your liking, then run the script. - J< _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list