Install Java Rpm In Centos Iso
The steps below describe how to mount the ISO (whether present as a file or burnt into DVD) and install packages from the ISO. If you have the ISO burnt into a DVD, insert the DVD into the CentOS system. If the ISO is not burnt into a DVD, but present as a separate file on the file system, then skip the next two steps and go directly to step 4 in this list.
CentOS have great documentation on how to use Kickstart files in order to achieve what you want. I don't see the point in copy/pasting that entire page, so I'll just link to it: The kickstart file can include some basic system configuration items, the package manifest and a script to be run at the end of the build process. It falls under automated installations: What are Kickstart Installations? Many system administrators would prefer to use an automated installation method to install Red Hat Enterprise Linux on their machines. To answer this need, Red Hat created the kickstart installation method. Using kickstart, a system administrator can create a single file containing the answers to all the questions that would normally be asked during a typical installation.
How To Install Rpm In Centos
Kickstart files can be kept on a single server system and read by individual computers during the installation. This installation method can support the use of a single kickstart file to install Red Hat Enterprise Linux on multiple machines, making it ideal for network and system administrators. Kickstart provides a way for users to automate a Red Hat Enterprise Linux installation.