mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-18 18:25:08 +01:00
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:
parent
a9296cd588
commit
1026c1ee31
@ -36,6 +36,17 @@
|
||||
</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>
|
||||
<para>2013-03-16</para>
|
||||
<itemizedlist>
|
||||
|
@ -99,6 +99,20 @@ ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so</userinput></screen>
|
||||
|
||||
</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">
|
||||
<title>Contents of Procps-ng</title>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SYSTEMD-20130320">
|
||||
<!ENTITY releasedate "March 20, 2013">
|
||||
<!ENTITY version "SYSTEMD-20130324">
|
||||
<!ENTITY releasedate "March 24, 2013">
|
||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.3">
|
||||
<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user