On Wed, 2005-12-21 at 09:12 +0000, Dick wrote: > Hi, > > I'm currently trying to configure yum for automatic deployment. I'm considering > using "yum shell" for running the following script: > > yum shell > logfile << @EOF > config assumeyes 0 > update > install * > list extras > list available > remove configpatch* > @EOF > > but the install * doesn't seem to work. But "yum -y install '*'" does seems to > work, what am I doing wrong? are you ever running the script? also yum shell can take a file as an argument but you really need to add a 'run' as the last line of the above. -sv