Dinesh,
To be honest, I'm not familiar with the image you're using. The commands I
listed were ones I would use on a Debian image to update the software
database and then install a specific package. However, you may want to start
by downloading any RPM's you need from:
ftp://ftp.redhat.com/pub/re
>That would work, but there is another possibility :
>loop-mount the root_fs from the host and use the rpm
>option to specify where you want to install the
>packages.
As per guidance, I have tried the following method
[EMAIL PROTECTED] UML]# rpm -i --prefix
/mnt/cdrom/usr/local binutils-2.13.90.0
This is easier idea. But what to do if you guest file
system does not apt-get script
I am using file system available on user mode linux
home page
$mount -t ext2 -o loop
/home/dahuja/DownLoads/UMLPatches/root_fs.rh-7.2-anonsrv.pristine.20020312
/mnt/cdrom
[EMAIL PROTECTED] root]# chroot /mnt/c