I want to include my script in my single custom redhat CD.
So that means i just put a line like:
%Post
sh myscript.sh
and the script will get executed?
Here is what i wrote in my syslinux.cfg
label ks
kernel vmlinuz
append ks=cdrom:/ks.cfg ( I refer from somewhere... )
kernel vmlinuz
append ks=cdrom:/ks.cfg ( I refer from somewhere... )
and at the boot prompt i type ks. Anything went
wrong?
kean boon