mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
(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:
parent
090209d7e4
commit
28cf0f7c94
@ -42,6 +42,22 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
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>
|
<listitem>
|
||||||
<para>2016-10-09</para>
|
<para>2016-10-09</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -585,6 +585,16 @@
|
|||||||
<para>Home page: <ulink url="&systemd-home;"/></para>
|
<para>Home page: <ulink url="&systemd-home;"/></para>
|
||||||
<para>Download: <ulink url="&systemd-url;"/></para>
|
<para>Download: <ulink url="&systemd-url;"/></para>
|
||||||
<para>MD5 sum: <literal>&systemd-md5;</literal></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>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -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>
|
<para>Fix a broken symlink created by the systemd installation process:</para>
|
||||||
<screen><userinput remap="install">rm -fv /etc/resolv.conf
|
<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
|
<para>Since the testsuite largely depends on the host system kernel
|
||||||
configuration, some tests may fail. It also needs a modification in
|
configuration, some tests may fail. It also needs a modification in
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20161009">
|
<!ENTITY version "SVN-20161010">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20161009-systemd">
|
<!ENTITY versiond "20161010-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-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 – -->
|
<!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.11">
|
<!ENTITY milestone "7.11">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user