Friday, July 27, 2007

rpm --root

if you need to install an RPM on a root partition that is not mounted as root use:

rpm --root /path/to/root -ihv some-file.rpm

it is a great tool for linux on rescue mode (rhel, centos, fedora)

0 comments: