<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I think we could also remove creating
      empty /etc/resolv.conf<br>
      from lorax entirely and let NM do it in installer environment
      runtime.<br>
      <br>
      I couldn't find any reason for why we should be creating the file<br>
      in ~3 year git and bugzilla history.<br>
      <br>
      On 07/07/2014 04:29 AM, Colin Walters wrote:<br>
    </div>
    <blockquote
cite="mid:1404700165.9386.138699981.0AF52914@webmail.messagingengine.com"
      type="cite">
      <pre wrap="">In:
<a class="moz-txt-link-freetext" href="http://cgit.freedesktop.org/systemd/systemd/commit/?id=d4c6d50a2adfe61c21c5ac5598a301a35b10ef1c">http://cgit.freedesktop.org/systemd/systemd/commit/?id=d4c6d50a2adfe61c21c5ac5598a301a35b10ef1c</a>
systemd started creating /etc/resolv.conf as a symlink to
../run/systemd/resolve/resolv.conf,
assuming systemd-resolved is in use.  Since ../run isn't mounted and
started
in the lorax generated tree, appending to it fails.

Now this is a messy topic as presently lorax-generated systems use
NetworkManager, which does its own handling of resolv.conf.  Since NM
wants it to be a plain file, let's set it up that way.
---
 share/runtime-postinstall.tmpl | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/share/runtime-postinstall.tmpl
b/share/runtime-postinstall.tmpl
index 4db5756..12638c2 100644
--- a/share/runtime-postinstall.tmpl
+++ b/share/runtime-postinstall.tmpl
@@ -45,8 +45,15 @@ replace "#ReserveVT=6" "ReserveVT=2"
etc/systemd/logind.conf
 ## Don't write the journal to the overlay, just keep it in RAM
 remove var/log/journal
 
-## install some basic configuration files
+## resolv.conf
+# systemd-resolved may have set up /etc/resolv.conf -&gt; /run/,
+# which we don't want here.  Assume for now lorax generated
+# systems will use NetworkManager, or at least be happy
+# with a regular file for /etc/resolv.conf
+remove etc/resolv.conf
 append etc/resolv.conf ""
+
+## install some basic configuration files
 append etc/fstab ""
 install ${configdir}/i18n etc/sysconfig
 install ${configdir}/rsyslog.conf etc
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
anaconda-patches mailing list
<a class="moz-txt-link-abbreviated" href="mailto:anaconda-patches@lists.fedorahosted.org">anaconda-patches@lists.fedorahosted.org</a>
<a class="moz-txt-link-freetext" href="https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches">https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>