diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-05 02:57:01 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-05 02:57:01 +0000 |
commit | df37fa9a29deacadd527fb37b1d0514b0244d562 (patch) | |
tree | 17bcfc70faef07346e061dfaf4434419615b4c5f /chapter06 | |
parent | 9ab3742957eb1a19d0d51fcaa99d379ca39e05c5 (diff) |
Add a note with a reference to eudev-alt-hint.txt as an
alternative to systemd.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10524 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 8e669f1d2..aef4d797a 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -40,6 +40,12 @@ <sect2 role="installation"> <title>Installation of Systemd</title> + <note><para>If systemd is not desired at all, it can be skipped. However a + udev replacement must be installed. See the hint at <ulink + url="http://www.linuxfromscratch.org/hints/downloads/files/eudev-alt-hint.txt"/> + to find procedures to install + <application>eudev</application>.</para></note> + <para>First, create a file to allow Systemd to build when using Util-Linux built in Chapter 5:</para> |