LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Including an rpm for nfs install (https://www.linuxquestions.org/questions/linux-software-2/including-an-rpm-for-nfs-install-705839/)

<<<<EVOLUTION>>>> 02-19-2009 03:51 AM

Including an rpm for nfs install
 
Hi Everyone,
I am using a RHEL4 box as my FTP/NFS/DHCP/DNS server.
I have an rpm, which I want the clients to install automatically whenever they do a kickstart installation or a nfs installation.
Is it possible to do this? HOW?
Thanks.

chitambira 02-19-2009 09:41 AM

Yes:
You can do it in two ways.
1. If you have your own repo, just put that rmp in the repo and in their kick start file, just list it in the %packages section
2. You can script its install in the %post section by (within the script)downloading it from another server and invoke rpm -i


All times are GMT -5. The time now is 09:10 AM.