Ignore:
Timestamp:
01/02/2016 12:00:54 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.9-systemd
Children:
ee46f60
Parents:
6e13139
Message:

Fix systemd chapter 6 build, move util-linux back to end of chapter 6, remove sysmlink for /etc/resolv.conf

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/network.xml

    r6e13139 r26ae89a  
    116116      <para>When using <command>systemd-resolved</command> for DNS
    117117      configuration, it is responsible for creating the
    118       <filename>/etc/resolv.conf</filename> file, which is placed in a
    119       non-standard location that is writable during early boot. In order to be
    120       used by other components of the system, it is necessary to create a
    121       symlink with the following command:</para>
    122 
    123 <screen><userinput>ln -sfv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen>
    124 
    125       <para>This is required if you are specifying DNS entries in <filename
    126       class="extension">.network</filename> files or using the built in
    127       DHCP client to obtain DNS addresses.</para>
     118      <filename>/etc/resolv.conf</filename> file. Since version 226, the
     119      symlink for <filename>/etc/resolv.conf</filename> is created by systemd
     120      when needed, so no further configuration is necessary.</para>
    128121
    129122    </sect3>
Note: See TracChangeset for help on using the changeset viewer.