In my company we use kickstart to install several different computers, for instance laptop, desktop or servers. Each kickstart-file is configured to the specific needs. And in lots of those files, some sections are similar, like yum-settings. So for instance if i need to edit some of the yum-settings, i must edit all of the kickstart-files that uses that yum-setting. Instead i want to put the yum-settings in it's own file and then include it in the kickstart-files. That will make it much easier to update. All the files are in the same directory. So i try to use: %include yum_conf.inc. But that didn't work. So i tried the full path on the server, but that didn't help either. Does anyone have a suggestion to how i can make this work.... Regards Espen Stefansen