diff options
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> |