Changeset e053117
- Timestamp:
- 10/27/2016 11:22:45 PM (7 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/parallelism, xry111/pip3, xry111/rust-wip-20221008
- Children:
- 5fcd09b
- Parents:
- 201167db
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r201167db re053117 44 44 --> 45 45 <listitem revision="systemd"> 46 <para>2016-10-27</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Moved /etc/resolv.conf symlink to Chapter 7.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem revision="systemd"> 46 55 <para>2016-10-23</para> 47 56 <itemizedlist> -
chapter06/systemd.xml
r201167db re053117 220 220 221 221 <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen> 222 223 <para>Fix a broken symlink created by the systemd installation process:</para>224 <screen><userinput remap="install">rm -fv /etc/resolv.conf225 ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen>226 222 227 223 <para>Since the testsuite largely depends on the host system kernel -
chapter07/networkd.xml
r201167db re053117 26 26 resolution can be handled by <command>systemd-resolved</command> in place 27 27 of a static <filename>/etc/resolv.conf</filename> file. Both services are 28 enabled by default , and absolutely should not be disabled.</para>28 enabled by default.</para> 29 29 30 30 <para>Configuration files for <command>systemd-networkd</command> (and … … 120 120 121 121 <para>When using <command>systemd-resolved</command> for DNS 122 configuration, it is responsible for creating the 123 <filename>/etc/resolv.conf</filename> file. Since version 226, the 124 symlink for <filename>/etc/resolv.conf</filename> is created by systemd 125 when needed, so no further configuration is necessary.</para> 122 configuration, it creates the file 123 <filename>/run/systemd/resolve/resolv.conf</filename>. Create a 124 symlink in <filename>/etc</filename> to use the generatd file:</para> 125 126 <screen><userinput remap="install">ln -sfv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen> 126 127 127 128 </sect3> -
general.ent
r201167db re053117 1 <!ENTITY version "SVN-2016102 3">1 <!ENTITY version "SVN-20161027"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2016102 3-systemd">6 <!ENTITY versiond "20161027-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "October 2 3, 2016">10 <!ENTITY releasedate "October 27, 2016"> 11 11 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 12 12 <!ENTITY milestone "7.11">
Note:
See TracChangeset
for help on using the changeset viewer.