Changeset 1026c1ee for chapter06


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.