<div dir="ltr">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 class="gmail_extra"><div class="gmail_quote"><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="HOEnZb"><div class="h5"><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 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><div style="font-family:monospace,monospace" class="gmail_default"><br></div><div style="font-family:monospace,monospace" class="gmail_default">-Greg<br></div></div></div></div>