> > Hi, > > > > While I know it's possible to install my own RPM's via kickstart by putting > > them in the %packages section, is there anyway to specify install options for > > the package? > > > > Currently, for packages that require something extra ( like --force ) we > > install the packages in the %post section over http. I'd like to move them > > from the %post section to the %packages section, but I can't figure out a way > > to specify special options for the RPM. > > > > Has anyone ever done this before? > > Better to fix the packages so they install without these dramas. Though I have on occasion wanted to in a kickstart install an RPM that I wanted to relocate. You are right; it is better to fix the packages, but the added flexibility probably would be a good thing...james