Create an empty /etc/sysctl.conf file to avoid a boot error being logged by Systemd.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2013-03-24 15:19:05 +00:00
parent a9296cd588
commit 1026c1ee31
3 changed files with 27 additions and 2 deletions

View File

@ -36,6 +36,17 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2013-03-24</para>
<itemizedlist>
<listitem>
<para>[matthew] - Create an empty
<filename>/etc/sysctl.conf</filename> file to prevent a boot error
being logged by Systemd.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2013-03-16</para> <para>2013-03-16</para>
<itemizedlist> <itemizedlist>

View File

@ -99,6 +99,20 @@ ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen>
</sect2> </sect2>
<sect2 id="conf-procps" role="configuration">
<title>Configuring Procps</title>
<indexterm zone="conf-procps">
<primary sortas="e-/etc/sysctl.conf">/etc/sysctl.conf</primary>
</indexterm>
<para>The <filename>/etc/sysctl.conf</filename> file needs to be present,
otherwise Systemd will output an error when booting:</para>
<screen><userinput>touch /etc/sysctl.conf</userinput></screen>
</sect2>
<sect2 id="contents-procps" role="content"> <sect2 id="contents-procps" role="content">
<title>Contents of Procps-ng</title> <title>Contents of Procps-ng</title>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SYSTEMD-20130320"> <!ENTITY version "SYSTEMD-20130324">
<!ENTITY releasedate "March 20, 2013"> <!ENTITY releasedate "March 24, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.3"> <!ENTITY milestone "7.3">
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->