YUP
Take your rom.zip and extract ONLY the META-INF folder and boot.img
Open the "updater-script" file with a text editor and delete everything
Now type the following line, and then make sure to leave 1 line blank after it
Code:
package_extract_file("boot.img", "/dev/block/mmcblk0p7");
<blank line here>
Then save it (make sure no extension gets added) and zip up the META-INF folder and boot.img.
The zip should look like this
Inside restoreKernel.zip
---META-INF
---boot.img
Congrats! You just made a universal kernel flasher. If you want to flash any other kernel for your device now (same android version and all that, of course), just swap out the boot.img in the zip and flash away