On Tue, Jul 15, 2003 at 03:20:41PM -0500, Mike Smith wrote: > > What we use to do for RPM's that we build in house, is we take care of > all the install stuff in %post by doing an ncftpget to grab all our > packages and then we > issue a : > > rpm -ivh /tmp/*.rpm >> /tmp/post-install.log > FYI, you don't have to do this in two steps: rpm -ivh ftp://server/*.rpm >> /tmp/post-install.log rpm can take urls to packages, and with ftp urls it can even do globbing. -- Jason Kohles A witty saying proves nothing. email@xxxxxxxxxxxxxxx -- Voltaire (1694 - 1778) http://www.jasonkohles.com/