(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
This commit is contained in:
Douglas R. Reno 2016-10-10 21:07:26 +00:00
parent 090209d7e4
commit 28cf0f7c94
4 changed files with 30 additions and 4 deletions

View File

@ -42,6 +42,22 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem revision="systemd">
<para>2016-10-10</para>
<itemizedlist>
<listitem>
<para>[renodr] - Added a note about using the
<application>systemd</application> source tarball generated by the
LFS systemd team.</para>
</listitem>
<listitem>
<para>[renodr] - Fixed the symlink for /etc/resolv.conf in the
systemd page in Chapter 6. Thanks goes to DJ Lucas and
Wayne for reporting this.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2016-10-09</para>
<itemizedlist>

View File

@ -585,6 +585,16 @@
<para>Home page: <ulink url="&systemd-home;"/></para>
<para>Download: <ulink url="&systemd-url;"/></para>
<para>MD5 sum: <literal>&systemd-md5;</literal></para>
<note>
<para>The Linux From Scratch systemd team generates its own tarball
of the systemd source. This is done in order to generate the manual
pages and documentation, as well as prevent unnecessary files from
the <application>systemd</application> git repo from being installed
on the system. Please use the version generated by the Linux From
Scratch team.</para>
</note>
</listitem>
</varlistentry>

View File

@ -222,7 +222,7 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
<para>Fix a broken symlink created by the systemd installation process:</para>
<screen><userinput remap="install">rm -fv /etc/resolv.conf
ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen>
ln -sv /run/systemd/resolve/resolv.conf /etc/resolv.conf</userinput></screen>
<para>Since the testsuite largely depends on the host system kernel
configuration, some tests may fail. It also needs a modification in

View File

@ -1,13 +1,13 @@
<!ENTITY version "SVN-20161009">
<!ENTITY version "SVN-20161010">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
<!ENTITY versiond "20161009-systemd">
<!ENTITY versiond "20161010-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
<!ENTITY releasedate "Octoberber 9, 2016">
<!ENTITY releasedate "October 10, 2016">
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.11">