I am trying to build some RedHat Kickstart configuration files and would like to install various webmin 3rd party modules following the webmin install. Is there a command line/shell script method, unattended, to install 3rd party modules?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-01-31
take a look at the makemodulerpm.pl script found on the 'writing webmin modules' tutorial. It will easily create a rpm of your module.
Or if you want the modules to be installed along with webmin you can install the source rpm file and edit the %build section in the .spec file, so it includes the modules you want installed in the rpm file you make.
-strick-
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am trying to build some RedHat Kickstart configuration files and would like to install various webmin 3rd party modules following the webmin install. Is there a command line/shell script method, unattended, to install 3rd party modules?
take a look at the makemodulerpm.pl script found on the 'writing webmin modules' tutorial. It will easily create a rpm of your module.
Or if you want the modules to be installed along with webmin you can install the source rpm file and edit the %build section in the .spec file, so it includes the modules you want installed in the rpm file you make.
-strick-