Changeset 28cf0f7


Ignore:
Timestamp:
10/10/2016 09:07:26 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
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, 12.1, 12.1-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/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
27bf0df
Parents:
090209d
Message:

(systemd) Fixed the resolv.conf symlink and added note about using our generated tarball

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r090209d r28cf0f7  
    4343    appropriate for the entry or if needed the entire day's listitem.
    4444-->
     45    <listitem revision="systemd">
     46      <para>2016-10-10</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Added a note about using the
     50          <application>systemd</application> source tarball generated by the
     51          LFS systemd team.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Fixed the symlink for /etc/resolv.conf in the
     55          systemd page in Chapter 6. Thanks goes to DJ Lucas and
     56          Wayne for reporting this.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
    4561    <listitem>
    4662      <para>2016-10-09</para>
  • chapter03/packages.xml

    r090209d r28cf0f7  
    586586        <para>Download: <ulink url="&systemd-url;"/></para>
    587587        <para>MD5 sum: <literal>&systemd-md5;</literal></para>
     588
     589        <note>
     590          <para>The Linux From Scratch systemd team generates its own tarball
     591          of the systemd source. This is done in order to generate the manual
     592          pages and documentation, as well as prevent unnecessary files from
     593          the <application>systemd</application> git repo from being installed
     594          on the system. Please use the version generated by the Linux From
     595          Scratch team.</para>
     596        </note>
     597
    588598      </listitem>
    589599    </varlistentry>
  • chapter06/systemd.xml

    r090209d r28cf0f7  
    223223    <para>Fix a broken symlink created by the systemd installation process:</para>
    224224<screen><userinput remap="install">rm -fv /etc/resolv.conf
    225 ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen>
     225ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen>
    226226
    227227    <para>Since the testsuite largely depends on the host system kernel
  • general.ent

    r090209d r28cf0f7  
    1 <!ENTITY version         "SVN-20161009">
     1<!ENTITY version         "SVN-20161010">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20161009-systemd">
     6<!ENTITY versiond        "20161010-systemd">
    77<!ENTITY short-versiond  "systemd">
    88<!ENTITY generic-versiond "systemd">
    99
    10 <!ENTITY releasedate     "Octoberber 9, 2016">
     10<!ENTITY releasedate     "October 10, 2016">
    1111<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    1212<!ENTITY milestone       "7.11">
Note: See TracChangeset for help on using the changeset viewer.