Ver código fonte

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
Matthew Burgess 12 anos atrás
pai
commit
1026c1ee31
3 arquivos alterados com 27 adições e 2 exclusões
  1. 11 0
      chapter01/changelog.xml
  2. 14 0
      chapter06/procps.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -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>

+ 14 - 0
chapter06/procps.xml

@@ -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>
 

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->