Changeset 1026c1ee


Ignore:
Timestamp:
03/24/2013 03:19:05 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
50420218
Parents:
a9296cd
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra9296cd r1026c1ee  
    3838
    3939    <listitem>
     40      <para>2013-03-24</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Create an empty
     44          <filename>/etc/sysctl.conf</filename> file to prevent a boot error
     45          being logged by Systemd.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
     50    <listitem>
    4051      <para>2013-03-16</para>
    4152      <itemizedlist>
  • chapter06/procps.xml

    ra9296cd r1026c1ee  
    100100  </sect2>
    101101
     102  <sect2 id="conf-procps" role="configuration">
     103    <title>Configuring Procps</title>
     104
     105    <indexterm zone="conf-procps">
     106      <primary sortas="e-/etc/sysctl.conf">/etc/sysctl.conf</primary>
     107    </indexterm>
     108
     109    <para>The <filename>/etc/sysctl.conf</filename> file needs to be present,
     110    otherwise Systemd will output an error when booting:</para>
     111
     112<screen><userinput>touch /etc/sysctl.conf</userinput></screen>
     113
     114  </sect2>
     115
    102116  <sect2 id="contents-procps" role="content">
    103117    <title>Contents of Procps-ng</title>
  • general.ent

    ra9296cd r1026c1ee  
    1 <!ENTITY version "SYSTEMD-20130320">
    2 <!ENTITY releasedate "March 20, 2013">
     1<!ENTITY version "SYSTEMD-20130324">
     2<!ENTITY releasedate "March 24, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.