I have a working RedHat kickstart, but I need it to load a RAID storage driver at the outset. I have the driver for this RAID card, all packaged up in a nice driver disk image.
How do I specify (either with the kernel command line 'dd' or the kickstart 'driverdisk') that my driver.img file is on the install CDROM, and at what path? There are oblique references to being able to specify a cdrom:// location or similar, but I can't find any official documentation nor any specific working example.
This is for an unattended install where ftp/nfs/http is not an option. For obvious reasons I can't specify a hard disk partition
I strongly prefer to NOT have to rewrite the install initrd if at all possible. Is there a way to do this?