From 1026c1ee3143b0f0804b6456c70cc0841a99db36 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 24 Mar 2013 15:19:05 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 11 +++++++++++ chapter06/procps.xml | 14 ++++++++++++++ general.ent | 4 ++-- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 78831c0cf..209ef985a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,17 @@ --> + + 2013-03-24 + + + [matthew] - Create an empty + /etc/sysctl.conf file to prevent a boot error + being logged by Systemd. + + + + 2013-03-16 diff --git a/chapter06/procps.xml b/chapter06/procps.xml index cadbbd64b..84c248a03 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -99,6 +99,20 @@ ln -sfv ../../lib/libprocps.so.1.1.0 /usr/lib/libprocps.so + + Configuring Procps + + + /etc/sysctl.conf + + + The /etc/sysctl.conf file needs to be present, + otherwise Systemd will output an error when booting: + +touch /etc/sysctl.conf + + + Contents of Procps-ng diff --git a/general.ent b/general.ent index 831eca7c7..2fc59b75f 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +