I sent this earlier, but I'm afraid it might have gotten lost in the snow. Any ideas on specifying packages in the %pre script? I'll start searching around for the ks source that actually reads %packages to see what's possible. Thanks. Eric. > Is it not possible to specify the %packages section from a > %include file? I'm attempting to generate the list of > packages I want installed using code in the %pre section. > I'm able to generate partitioning information in %pre which I > then %include, but not the %packages section. > > It looks like the %packages section is read before the %pre > section is executed. My %packages in the include file is > just being ignored, as if I did not specify the section at > all. Can anyone verify this? > > Any other suggestions on how to generate the package list in %pre? > > Thanks. > > Eric. >