<div dir="ltr"><div class="gmail_default" style="font-size:x-small">​I had a ISO that I built for this client 2 years ago based off REHL7.2 that worked a treat. </div><div class="gmail_default" style="font-size:x-small"><br>I was updating it to RHEL 7.5 for some new server builds, and fixing some minor issues (some additional packages like Nano, telnet and adcli because they're a windows shop). </div><div class="gmail_default" style="font-size:x-small"><br></div><div class="gmail_default" style="font-size:x-small">"Ideally" I'd do something like this out of Cobbler or whatever they're calling it these days, or do a local package mirror. But they have such a small Linux footprint that it's not really worth it, And these servers are in a DMZ, so they're really isolated network wise. </div><div class="gmail_default" style="font-size:x-small"><br></div><div class="gmail_default" style="font-size:x-small">​<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 14, 2018 at 4:06 PM, Greg Oliver <span dir="ltr"><<a href="mailto:oliver.greg@gmail.com" target="_blank">oliver.greg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5">On Thu, Jun 14, 2018 at 4:50 PM, C. Petro <span dir="ltr"><<a href="mailto:petro@cpetro.us" target="_blank">petro@cpetro.us</a>></span> wrote:<br></div></div><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:x-small">Oh, and also does anyone know a good way to check to make sure that the contents of your isolinux/Package directory contains all the depedencies that your %packages section is asking for? </div><div style="font-size:x-small"><br></div><div style="font-size:x-small">The script I found...missed 20 or 30 things. </div></div><div class="m_-5305888518861767992HOEnZb"><div class="m_-5305888518861767992h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 14, 2018 at 9:17 AM, C. Petro <span dir="ltr"><<a href="mailto:petro@cpetro.us" target="_blank">petro@cpetro.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:x-small">I've been trying to build a custom RHEL7 ISO for installing secure(ish) servers in a DMZ. </div><div style="font-size:x-small"><br></div><div style="font-size:x-small">Basically I am trying to minimize the packages installed. I had a working set based on RHEL 7.2, and tried to just copy that package list and use RHEL7.5. Of course, dependencies have changed. </div><div style="font-size:x-small"><br></div><div style="font-size:x-small">So I tried to add: </div><div style="font-size:x-small"><br></div><div><font size="1">%packages --ignoremissing </font><br></div><div><font size="1"><br></font></div><div><font size="1">Which did not work--it still attempts to access a non-local repo and install additional packages--10 tries at 30 seconds each! </font></div><div><font size="1"><br></font></div><div><font size="1">So I set:</font></div><div><font size="1">%packages --ignoremissing --retries=2 --timeout=2<br></font></div><div><font size="1"><br></font></div><div><font size="1">And got no behavior change. </font></div><div><font size="1"><br></font></div><div><font size="1">What am I missing here? </font></div><div><br></div><div><br></div><div>Regards,</div><div>Petro.</div><div>:wq</div></div>
</blockquote></div></div></div></div></blockquote><div><br></div></div></div><div style="font-family:monospace,monospace" class="gmail_default">​I originally was not going to chime in, but it seems you are looking for an ISO for installation that has already baked bread and wine.  <br></div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">What I do is cp -al the current mirror I have, then rsync mirror the current repo and add that as a repo in my kickstart file.  I know I will always the same exact packages for the duration.  It is really not much data to mirror by today's standards and you will not have to ever worry about missing packages.. ​</div><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">Of course, you did not share any specifics, so no telling what you are battling.</div><span class="HOEnZb"><font color="#888888"><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">-Greg<br></div></font></span></div></div></div>
<br>______________________________<wbr>_________________<br>
Kickstart-list mailing list<br>
<a href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/kickstart-list" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/kickstart-<wbr>list</a><br></blockquote></div><br></div>