[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Installing extra RPMs from CD using kickstart



On Sat, May 03, 2003 at 12:14:36PM +0530, Murali Potla wrote:
> 
> Modify Your script to the following 
> 
> %post --nochroot
> /bin/echo "Installing Additional RPMS"
> /bin/rpm -Uvh --root /mnt/sysimage /mnt/source/addons/RPMS/*.rpm
> /bin/cp /mnt/source/addons/RPMS/*.rpm /mnt/sysimage/tmp/
> 


This worked fine indeed.  I still had to remove the absolute paths when
calling the actual commands, but other than that it worked just fine.
Thanks.

By the way, is the last 'cp' necessary at all?  What does it accomplish?
Thanks again.


----------------
Nitebirdz

Mozilla--> http://www.mozilla.org/
Linux XFS--> http://oss.sgi.com/projects/xfs/





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]