SO, what I want to do is incorporate all these new & modified files into my custom cd.
Thanks for the details. You don't need to modify hdstg1.img or any of the other "installer" files to do what you want to do.
You have a few options:
- Modify the kickstart install.cfg or upgrade.cfg to make those modifications in the %post section. This is not a very flexible way to do things, and is likely to cause conflicts with other things people might do in those files.
- Use the standard ISO and just install extra RPM(s) to make the custom changes you need.
- Make a custom ISO with the extra RPM(s).
Once you create the RPM(s), you just:
- Put them in e-smith/RPMS (CentOS/RPMS in 7.0alpha)
- Modify the comps (comps.xml in 7.0alpha)
- Follow the custom CD building HOWTOs to build a new ISO
BTW: Only put templates in templates-custom if they conflict with existing templates. If they don't conflict, put them in the standard 'templates' hierarchy. And please log a bug suggesting the change - someone else may want it.