I'm running RedHat Enterprise 4 AS, and I'm having a problem installing and removing packages from an NFS. As far as I know, I specify the source directory by:
system-config-packages --tree=directory
and I have mounted the NFS share to /mnt/nfs; so it should be:
system-config-packages --tree=/mnt/nfs
However, when I do this, the "Add/Remove Packages" gui comes up and a little window comes up saying:
"Installation Tree Not Found.
The path /mnt/nfs/ does not look like a valid installation source."
It has to be a valid installation source, for the reason being I install everything over an NFS. I'm stumped...
