On Mon, Nov 23, 2009 at 2:36 PM, Steven A. DuChene <span dir="ltr"><<a href="mailto:linux-clusters@mindspring.com">linux-clusters@mindspring.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have been requested to load a duplicate system based on the<br>
list of rpms present on the original system. This is a CentOS<br>
based system so I looked at the kickstart file but rather than<br>
working with a list of rpms it uses a list of higher level<br>
packages that then reference groups of rpms to make up each<br>
package.<br>
<br></blockquote><div><br><br>Well, yeah, because the RHEL way is where possible just to install groups of packages. That said, you can easily specify in a kickstart file a list of packages you want installed, and unless you tell it to NOT do so, it should also install prerequisite packages as well. You can also tell it to ignore the package groups it wants to do by default,<br>
<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Does anyone know of a tool that would allow me to do a fresh<br>
load of a bare system based on a list of desired rpms?<br></blockquote><div><br><br>kickstart is what you are looking for.<br><br></div></div><a href="http://www.centos.org/docs/5/html/5.2/Installation_Guide/ch-kickstart2.html">http://www.centos.org/docs/5/html/5.2/Installation_Guide/ch-kickstart2.html</a><br>
<br><br>