Description of problem: If a supplemental kickstart config is specified via %include contains %pre scripts they will not be run. Version-Release number of selected component (if applicable): anaconda-9.1.6.8-1.RHEL How reproducible: Always Steps to Reproduce: 1. create a ks.cfg that uses %include to append ks-two.cfg 2. define a %pre script in the to-be-included ks-two.cfg 3. run it (ks=ks.cfg) Actual results: Everything in ks-two.cfg seems to be working except the %pre Expected results: Everything in ks-two.cfg should work. Additional info: